]> granicus.if.org Git - clang/commitdiff
Take -Wvector-conversions out of -Wmost; it needs a lot of
authorJohn McCall <rjmccall@apple.com>
Thu, 4 Aug 2011 01:26:15 +0000 (01:26 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 4 Aug 2011 01:26:15 +0000 (01:26 +0000)
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

include/clang/Basic/DiagnosticGroups.td

index c4ba82aab66d6f34c38d9d8007fe0c7f90a06766..9bfe5f51bec09de4263babad2c35b9333785cba9 100644 (file)
@@ -269,7 +269,6 @@ def Most : DiagGroup<"most", [
     Uninitialized,
     UnknownPragmas,
     Unused,
-    VectorConversions,
     VolatileRegisterVar,
     OverloadedVirtual
  ]>;