Skip to content

Commit 880f14b

Browse files
committed
clang-format
1 parent 70afaf3 commit 880f14b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,9 +1084,9 @@ def warn_main_redefined : Warning<"variable named 'main' with external linkage "
10841084
"has undefined behavior">, InGroup<Main>;
10851085
def ext_main_used : Extension<
10861086
"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>;
1087+
def ext_main_invalid_linkage_specification : ExtWarn<"'main' should not be "
1088+
"'extern \"C\"'">,
1089+
InGroup<Main>;
10901090

10911091
/// parser diagnostics
10921092
def ext_no_declarators : ExtWarn<"declaration does not declare anything">,

0 commit comments

Comments
 (0)