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.

llvm-svn: 136860
This commit is contained in:
John McCall 2011-08-04 01:26:15 +00:00
parent 2c63d08ec7
commit b224db72b0
1 changed files with 0 additions and 1 deletions

View File

@ -269,7 +269,6 @@ def Most : DiagGroup<"most", [
Uninitialized, Uninitialized,
UnknownPragmas, UnknownPragmas,
Unused, Unused,
VectorConversions,
VolatileRegisterVar, VolatileRegisterVar,
OverloadedVirtual OverloadedVirtual
]>; ]>;