summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/exercise-ps.c
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 19:49:42 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 19:49:42 +0000
commit9eb02dfa8931c9b6f2b60eafa0baf20ec5cf83a2 (patch)
tree6323253cc82f1c11010f48a25a2c0da606383deb /clang/test/Analysis/exercise-ps.c
parentaf181bb19be13000d2bfb2a40460acb83475a1fc (diff)
downloadbcm5719-llvm-9eb02dfa8931c9b6f2b60eafa0baf20ec5cf83a2.tar.gz
bcm5719-llvm-9eb02dfa8931c9b6f2b60eafa0baf20ec5cf83a2.zip
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award.
llvm-svn: 126676
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 f2b15bff315..02772a148b6 100644
--- a/clang/test/Analysis/exercise-ps.c
+++ b/clang/test/Analysis/exercise-ps.c
@@ -1,5 +1,5 @@
-// 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
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-store=basic -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -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