[cfe-commits] r86733 - /cfe/trunk/include/clang/Basic/DiagnosticGroups.td
Ted Kremenek
kremenek at apple.com
Tue Nov 10 14:22:50 PST 2009
Author: kremenek
Date: Tue Nov 10 16:22:50 2009
New Revision: 86733
URL: http://llvm.org/viewvc/llvm-project?rev=86733&view=rev
Log:
Shuffle order of warning declarations (alphabetize).
Modified:
cfe/trunk/include/clang/Basic/DiagnosticGroups.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticGroups.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticGroups.td?rev=86733&r1=86732&r2=86733&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticGroups.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticGroups.td Tue Nov 10 16:22:50 2009
@@ -68,8 +68,8 @@
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">;
More information about the cfe-commits
mailing list