]> granicus.if.org Git - clang/commit
Add static analyzer check for calling a C++ instance method with a null/uninitialized...
authorTed Kremenek <kremenek@apple.com>
Thu, 26 Jul 2012 00:22:32 +0000 (00:22 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 26 Jul 2012 00:22:32 +0000 (00:22 +0000)
commitfc999ac663eca933359047c88dc4a1ef6e579e8a
treefdfce7460c60013bcaf22e12a7aa5524508500e3
parenta95b4f73c4a2c7ab31f0dc4c8c74d041d1504939
Add static analyzer check for calling a C++ instance method with a null/uninitialized pointer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160767 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
test/Analysis/misc-ps-cxx0x.cpp