]> granicus.if.org Git - clang/commit
Added test case for static analyzer to detect uses of uninitialized pointers as recei...
authorTed Kremenek <kremenek@apple.com>
Wed, 26 Mar 2008 21:51:44 +0000 (21:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 26 Mar 2008 21:51:44 +0000 (21:51 +0000)
commit2daf5b622bc14835d362b7a7317c4f474e4bc9c0
treea3ac89b236a2dff77f1eede5a764b73eead2be6a
parent5af373a0c24b30b6ff0a439cd2868c2a997b8f80
Added test case for static analyzer to detect uses of uninitialized pointers as receivers in Objective-C message expressions.
Added test case directory "Analysis-Apple" which is only run on Apple (darwin) machines.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48844 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis-Apple/uninit-msg-expr.m [new file with mode: 0644]
test/Makefile
test/Makefile.parallel