diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-04-10 22:16:52 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-04-10 22:16:52 +0000 |
commit | 4a78c3ae11c4e3002bbed268b4e62d19e53f4df5 (patch) | |
tree | a35cfcc7a6b92ec26908ef2b564ab14d96e89f6e /clang/test/Analysis-Apple/uninit-msg-expr.m | |
parent | 53336d80557b81c54793085280c026dd218f0c75 (diff) | |
download | bcm5719-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.m | 2 |
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> |