diff options
| author | Richard Trieu <rtrieu@google.com> | 2013-08-08 03:05:52 +0000 |
|---|---|---|
| committer | Richard Trieu <rtrieu@google.com> | 2013-08-08 03:05:52 +0000 |
| commit | 60a6a4c8ee8f7f891fd0e95af923686b1b6f5f44 (patch) | |
| tree | 27c569464286302a19ca39c632f6b861eb7e09f8 /clang/test/SemaCXX/bool.cpp | |
| parent | a8177a02cac1cff1fde70442d805900bfcf23ba1 (diff) | |
| download | bcm5719-llvm-60a6a4c8ee8f7f891fd0e95af923686b1b6f5f44.tar.gz bcm5719-llvm-60a6a4c8ee8f7f891fd0e95af923686b1b6f5f44.zip | |
Split the deprecated increment bool warning into a sub-group of -Wdeprecated
so that it can be toggled independently of other deprecated warnings.
llvm-svn: 187958
Diffstat (limited to 'clang/test/SemaCXX/bool.cpp')
| -rw-r--r-- | clang/test/SemaCXX/bool.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/SemaCXX/bool.cpp b/clang/test/SemaCXX/bool.cpp index f027186735b..69c01193578 100644 --- a/clang/test/SemaCXX/bool.cpp +++ b/clang/test/SemaCXX/bool.cpp @@ -1,4 +1,6 @@ // RUN: %clang_cc1 -fsyntax-only -verify -Wno-constant-conversion %s +// RUN: %clang_cc1 -fsyntax-only -verify -Wno-constant-conversion \ +// RUN: -Wno-deprecated -Wdeprecated-increment-bool %s // Bool literals can be enum values. enum { |

