Skip to content

Commit 3636a8f

Browse files
committed
Remove inlined Diagnostic group
1 parent d3ff02d commit 3636a8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Basic/DiagnosticGroups.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,6 @@ def GNUStatementExpressionFromMacroExpansion :
702702
def GNUStatementExpression : DiagGroup<"gnu-statement-expression",
703703
[GNUStatementExpressionFromMacroExpansion]>;
704704
def StringConcatation : DiagGroup<"string-concatenation">;
705-
def ArrayCompare : DiagGroup<"array-compare">;
706705
def StringCompare : DiagGroup<"string-compare">;
707706
def StringPlusInt : DiagGroup<"string-plus-int">;
708707
def StringPlusChar : DiagGroup<"string-plus-char">;

0 commit comments

Comments
 (0)