From: John McCall Date: Thu, 4 Aug 2011 01:26:15 +0000 (+0000) Subject: Take -Wvector-conversions out of -Wmost; it needs a lot of X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a4e6a835cafe11421b217bf94a610d9e44205f;p=clang Take -Wvector-conversions out of -Wmost; it needs a lot of QoI work. rdar://problem/9887979. If some open-source wants to get an idea for what QoI work I have in mind, ping me. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136860 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticGroups.td b/include/clang/Basic/DiagnosticGroups.td index c4ba82aab6..9bfe5f51be 100644 --- a/include/clang/Basic/DiagnosticGroups.td +++ b/include/clang/Basic/DiagnosticGroups.td @@ -269,7 +269,6 @@ def Most : DiagGroup<"most", [ Uninitialized, UnknownPragmas, Unused, - VectorConversions, VolatileRegisterVar, OverloadedVirtual ]>;