summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/exercise-ps.c
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-24 21:43:08 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-24 21:43:08 +0000
commitb388f77ad93ec8ff619023498097bbd463d26797 (patch)
treea09dd1e85842013334596ce66641d49a9e56827a /clang/test/Analysis/exercise-ps.c
parent51695bbb0aba88842ac943594463fd526547c0c2 (diff)
downloadbcm5719-llvm-b388f77ad93ec8ff619023498097bbd463d26797.tar.gz
bcm5719-llvm-b388f77ad93ec8ff619023498097bbd463d26797.zip
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore.
llvm-svn: 126440
Diffstat (limited to 'clang/test/Analysis/exercise-ps.c')
-rw-r--r--clang/test/Analysis/exercise-ps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/exercise-ps.c b/clang/test/Analysis/exercise-ps.c
index 196b67936a9..f2b15bff315 100644
--- a/clang/test/Analysis/exercise-ps.c
+++ b/clang/test/Analysis/exercise-ps.c
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=basic -verify %s
-// RUN: %clang_cc1 -analyze -analyzer-experimental-internal-checks -analyzer-check-objc-mem -analyzer-store=region -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core.experimental -analyzer-check-objc-mem -analyzer-store=basic -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core.experimental -analyzer-check-objc-mem -analyzer-store=region -verify %s
//
// Just exercise the analyzer on code that has at one point caused issues
// (i.e., no assertions or crashes).
OpenPOWER on IntegriCloud