This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Description
Notice that only the "i" is underlined, not "iint":

GCC provides -fdiagnostics-parseable-fixits which shows the start and end lines and columns:
-fdiagnostics-parseable-fixits
Emit fix-it hints in a machine-parseable format, suitable for consumption by IDEs. For each fix-it, a line will be printed after the relevant diagnostic, starting with the string "fix-it:". For example:
fix-it:"test.c":{45:3-45:21}:"gtk_widget_show_all"
This applies to the gcc and avrgcc cpp checkers. I didn't test any of the other ones.