Shuffle order of warning declarations (alphabetize).

llvm-svn: 86733
This commit is contained in:
Ted Kremenek 2009-11-10 22:22:50 +00:00
parent de8d418ac3
commit 42855f2043
1 changed files with 1 additions and 1 deletions

View File

@ -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">;