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