We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70afaf3 commit 880f14bCopy full SHA for 880f14b
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -1084,9 +1084,9 @@ def warn_main_redefined : Warning<"variable named 'main' with external linkage "
1084
"has undefined behavior">, InGroup<Main>;
1085
def ext_main_used : Extension<
1086
"referring to 'main' within an expression is a Clang extension">, InGroup<Main>;
1087
-def ext_main_invalid_linkage_specification : ExtWarn<
1088
- "'main' should not be "
1089
- "'extern \"C\"'">, InGroup<Main>;
+def ext_main_invalid_linkage_specification : ExtWarn<"'main' should not be "
+ "'extern \"C\"'">,
+ InGroup<Main>;
1090
1091
/// parser diagnostics
1092
def ext_no_declarators : ExtWarn<"declaration does not declare anything">,
0 commit comments