From: Ted Kremenek Date: Thu, 8 Apr 2010 17:54:24 +0000 (+0000) Subject: Sort entries in diagnostic group "Most". X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbf3fe4852026548bbaeb1b4f92e936f6f3ab206;p=clang Sort entries in diagnostic group "Most". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100785 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticGroups.td b/include/clang/Basic/DiagnosticGroups.td index b0c016bbfd..602df16819 100644 --- a/include/clang/Basic/DiagnosticGroups.td +++ b/include/clang/Basic/DiagnosticGroups.td @@ -156,12 +156,14 @@ def Extra : DiagGroup<"extra", [ ]>; def Most : DiagGroup<"most", [ + CharSubscript, Comment, Format, Implicit, MismatchedTags, MissingBraces, MultiChar, + Reorder, ReturnType, Switch, Trigraphs, @@ -170,9 +172,7 @@ def Most : DiagGroup<"most", [ UnusedValue, UnusedVariable, VectorConversions, - VolatileRegisterVar, - Reorder, - CharSubscript + VolatileRegisterVar ]>; // -Wall is -Wmost -Wparentheses