You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"set the style for file/line number annotations on compiler messages",
906
906
`Set the style for file/line number annotations on compiler messages,
907
907
where:
908
908
$(DL
909
909
$(DT digitalmars)$(DD 'file(line[,column]): message'. This is the default.)
910
910
$(DT gnu)$(DD 'file:line[:column]: message', conforming to the GNU standard used by gcc and clang.)
911
911
$(DT sarif)$(DD 'Generates JSON output conforming to the SARIF (Static Analysis Results Interchange Format) standard, useful for integration with tools like GitHub and other SARIF readers.')
912
+
$(DT dfa)$(DD 'DFA messagestyle under construction.')
0 commit comments