Missing diagnostics "warning: style of line directive is a GCC extension" #55067
Labels
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
$ clang -std=c11 -pedantic -Wall -Wextra -c
Expected:
<source>:1:2: warning: style of line directive is a GCC extension
Actual:
<nothing>
The text was updated successfully, but these errors were encountered: