summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis-Apple/uninit-msg-expr.m
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-10 22:16:52 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-10 22:16:52 +0000
commit4a78c3ae11c4e3002bbed268b4e62d19e53f4df5 (patch)
treea35cfcc7a6b92ec26908ef2b564ab14d96e89f6e /clang/test/Analysis-Apple/uninit-msg-expr.m
parent53336d80557b81c54793085280c026dd218f0c75 (diff)
downloadbcm5719-llvm-4a78c3ae11c4e3002bbed268b4e62d19e53f4df5.tar.gz
bcm5719-llvm-4a78c3ae11c4e3002bbed268b4e62d19e53f4df5.zip
Refactored all logic to run the GRSimpleVals and CFRef checker into a common
code path in the clang driver. Renamed options --grsimple to -checker-simple and -check-cfref to -checker-cfref. llvm-svn: 49500
Diffstat (limited to 'clang/test/Analysis-Apple/uninit-msg-expr.m')
-rw-r--r--clang/test/Analysis-Apple/uninit-msg-expr.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis-Apple/uninit-msg-expr.m b/clang/test/Analysis-Apple/uninit-msg-expr.m
index 9ce458925c2..b7ff7902b0c 100644
--- a/clang/test/Analysis-Apple/uninit-msg-expr.m
+++ b/clang/test/Analysis-Apple/uninit-msg-expr.m
@@ -1,4 +1,4 @@
-// RUN: clang -grsimple -verify %s
+// RUN: clang -checker-simple -verify %s
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>
OpenPOWER on IntegriCloud