forked from OSchip/llvm-project
Shuffle order of warning declarations (alphabetize).
llvm-svn: 86733
This commit is contained in:
parent
de8d418ac3
commit
42855f2043
|
@ -68,8 +68,8 @@ def PointerArith : DiagGroup<"pointer-arith">;
|
|||
def : DiagGroup<"pointer-to-int-cast">;
|
||||
def : DiagGroup<"redundant-decls">;
|
||||
def ReturnType : DiagGroup<"return-type">;
|
||||
def : DiagGroup<"sequence-point">;
|
||||
def SemiBeforeMethodBody : DiagGroup<"semicolon-before-method-body">;
|
||||
def : DiagGroup<"sequence-point">;
|
||||
def : DiagGroup<"shadow">;
|
||||
def : DiagGroup<"shorten-64-to-32">;
|
||||
def SignCompare : DiagGroup<"sign-compare">;
|
||||
|
|
Loading…
Reference in New Issue