From: Mike Stump Date: Wed, 22 Jul 2009 21:00:27 +0000 (+0000) Subject: Make -Wreturn-type be part of -Wmost and therefore -Wall. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd0c073cb7935dc7b468bd9c190535a46659bd74;p=clang Make -Wreturn-type be part of -Wmost and therefore -Wall. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76784 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticGroups.td b/include/clang/Basic/DiagnosticGroups.td index ee23269c74..55e4500a55 100644 --- a/include/clang/Basic/DiagnosticGroups.td +++ b/include/clang/Basic/DiagnosticGroups.td @@ -127,6 +127,7 @@ def Most : DiagGroup<"most", [ Implicit, MismatchedTags, MultiChar, + ReturnType, Switch, Trigraphs, Uninitialized,