mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
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:
@@ -269,7 +269,6 @@ def Most : DiagGroup<"most", [
|
||||
Uninitialized,
|
||||
UnknownPragmas,
|
||||
Unused,
|
||||
VectorConversions,
|
||||
VolatileRegisterVar,
|
||||
OverloadedVirtual
|
||||
]>;
|
||||
|
||||
Reference in New Issue
Block a user