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 fadd247 commit ae1bf92Copy full SHA for ae1bf92
clang/include/clang/Basic/DiagnosticASTKinds.td
@@ -346,7 +346,7 @@ def warn_unnecessary_packed : Warning<
346
347
// RandStruct implementation
348
def warn_randomize_attr_conflict : Warning<
349
- "struct declared with 'randomize_layout' and 'no_randomize_layout' attributes;"
+ "struct declared with 'randomize_layout' and 'no_randomize_layout' attributes; "
350
"attribute 'no_randomize_layout' takes precedence">, InGroup<DiagGroup<"no-randomize-layout">>;
351
352
}
0 commit comments