From 69a2c268dbc2844bbdecfbbbb82602e6bb4bd1df Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 10 Nov 2009 22:22:50 +0000 Subject: [PATCH] Shuffle order of warning declarations (alphabetize). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86733 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticGroups.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Basic/DiagnosticGroups.td b/include/clang/Basic/DiagnosticGroups.td index ae3f0ef7ec..b8cca04f81 100644 --- a/include/clang/Basic/DiagnosticGroups.td +++ b/include/clang/Basic/DiagnosticGroups.td @@ -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">; -- 2.50.1