diff options
| author | Alex Lorenz <arphaman@gmail.com> | 2016-12-08 14:46:05 +0000 |
|---|---|---|
| committer | Alex Lorenz <arphaman@gmail.com> | 2016-12-08 14:46:05 +0000 |
| commit | 660195f0245171612d909cbdf49b025319c0a08f (patch) | |
| tree | c10529fe57f3c87d6c7f7a170d571d1b89c85df3 /clang/lib/Parse/ParseExpr.cpp | |
| parent | 9ccd9666126ffd6c2d4c2d0139f40e2346317d9a (diff) | |
| download | bcm5719-llvm-660195f0245171612d909cbdf49b025319c0a08f.tar.gz bcm5719-llvm-660195f0245171612d909cbdf49b025319c0a08f.zip | |
[Sema] Avoid "case value not in enumerated type" warning for C++11 opaque enums
This commit ensures that the switch warning "case value not in enumerated type"
isn't shown for opaque enums. We don't know the actual list of values in opaque
enums, so that warning is incorrect.
rdar://29230764
Differential Revision: https://reviews.llvm.org/D27299
llvm-svn: 289055
Diffstat (limited to 'clang/lib/Parse/ParseExpr.cpp')
0 files changed, 0 insertions, 0 deletions

