Skip to content

Commit ae1bf92

Browse files
committed
Add space after semicolon in warning message
1 parent fadd247 commit ae1bf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticASTKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def warn_unnecessary_packed : Warning<
346346

347347
// RandStruct implementation
348348
def warn_randomize_attr_conflict : Warning<
349-
"struct declared with 'randomize_layout' and 'no_randomize_layout' attributes;"
349+
"struct declared with 'randomize_layout' and 'no_randomize_layout' attributes; "
350350
"attribute 'no_randomize_layout' takes precedence">, InGroup<DiagGroup<"no-randomize-layout">>;
351351

352352
}

0 commit comments

Comments
 (0)