forked from OSchip/llvm-project
Remove duplicate definition of char-subscripts DiagGroup.
llvm-svn: 81775
This commit is contained in:
parent
2243014431
commit
5be00aae4f
|
@ -26,7 +26,6 @@ def : DiagGroup<"bad-function-cast">;
|
|||
def : DiagGroup<"cast-align">;
|
||||
def : DiagGroup<"cast-qual">;
|
||||
def : DiagGroup<"char-align">;
|
||||
def : DiagGroup<"char-subscripts">;
|
||||
def Comment : DiagGroup<"comment">;
|
||||
def : DiagGroup<"conversion">;
|
||||
def : DiagGroup<"declaration-after-statement">;
|
||||
|
|
Loading…
Reference in New Issue