summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Zaks <ganna@apple.com>2014-08-29 21:51:22 +0000
committerAnna Zaks <ganna@apple.com>2014-08-29 21:51:22 +0000
commitae08e431ddc1d981afa9a16a3e2041a6213846d8 (patch)
tree95d2c006e930eb9a902920413874399bf5568b92
parentc34735148f00ca26ebf29eb5a3ec8a42075509e0 (diff)
downloadbcm5719-llvm-ae08e431ddc1d981afa9a16a3e2041a6213846d8.tar.gz
bcm5719-llvm-ae08e431ddc1d981afa9a16a3e2041a6213846d8.zip
Fixup for r216763. Add a driver test.
llvm-svn: 216783
-rw-r--r--clang/test/Analysis/disable-all-checks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/disable-all-checks.c b/clang/test/Analysis/disable-all-checks.c
index d8e7e0b83c5..461e6d9bf94 100644
--- a/clang/test/Analysis/disable-all-checks.c
+++ b/clang/test/Analysis/disable-all-checks.c
@@ -1,5 +1,6 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-disable-all-checks -verify %s
// RUN: %clang_cc1 -analyze -analyzer-disable-all-checks -analyzer-checker=core -analyzer-store=region -verify %s
+// RUN: %clang --analyze -Xanalyzer -analyzer-disable-all-checks -Xclang -verify %s
// RUN: not %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-disable-checker -verify %s 2>&1 | FileCheck %s
// expected-no-diagnostics
OpenPOWER on IntegriCloud