Skip to content
Snippets Groups Projects
Commit 42855f20 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Shuffle order of warning declarations (alphabetize).

llvm-svn: 86733
parent de8d418a
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,8 @@ def PointerArith : DiagGroup<"pointer-arith">; ...@@ -68,8 +68,8 @@ def PointerArith : DiagGroup<"pointer-arith">;
def : DiagGroup<"pointer-to-int-cast">; def : DiagGroup<"pointer-to-int-cast">;
def : DiagGroup<"redundant-decls">; def : DiagGroup<"redundant-decls">;
def ReturnType : DiagGroup<"return-type">; def ReturnType : DiagGroup<"return-type">;
def : DiagGroup<"sequence-point">;
def SemiBeforeMethodBody : DiagGroup<"semicolon-before-method-body">; def SemiBeforeMethodBody : DiagGroup<"semicolon-before-method-body">;
def : DiagGroup<"sequence-point">;
def : DiagGroup<"shadow">; def : DiagGroup<"shadow">;
def : DiagGroup<"shorten-64-to-32">; def : DiagGroup<"shorten-64-to-32">;
def SignCompare : DiagGroup<"sign-compare">; def SignCompare : DiagGroup<"sign-compare">;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment