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 b98e0f8 commit 55e3489Copy full SHA for 55e3489
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -10271,7 +10271,8 @@ def warn_depr_array_comparison : Warning<
10271
10272
def warn_array_comparison : Warning<
10273
"comparison between two arrays compare their addresses and will be deprecated in c++20; "
10274
- "to compare array addresses, use unary '+' to decay operands to pointers">;
+ "to compare array addresses, use unary '+' to decay operands to pointers">,
10275
+ InGroup<DiagGroup<"array-compare">>;
10276
10277
def warn_stringcompare : Warning<
10278
"result of comparison against %select{a string literal|@encode}0 is "
0 commit comments