summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/constant-folding.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/constant-folding.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/constant-folding.c')
-rw-r--r--clang/test/Analysis/constant-folding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/constant-folding.c b/clang/test/Analysis/constant-folding.c
index 4181e8afa66..22fdc969110 100644
--- a/clang/test/Analysis/constant-folding.c
+++ b/clang/test/Analysis/constant-folding.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental.UnreachableCode -analyzer-check-objc-mem -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental.UnreachableCode -verify %s
// Trigger a warning if the analyzer reaches this point in the control flow.
#define WARN ((void)*(char*)0)
OpenPOWER on IntegriCloud