]> granicus.if.org Git - clang/commit
[analyzer] Track null/uninitialized C++ objects used in method calls.
authorJordan Rose <jordan_rose@apple.com>
Fri, 3 Aug 2012 23:08:49 +0000 (23:08 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 3 Aug 2012 23:08:49 +0000 (23:08 +0000)
commit9da59a67a27a4d3fc9d59552f07808a32f85e9d3
tree4be5d7b80e8b3e2a8e435b4e80b5a56682947c28
parent7ad4848d4744b8d60289f3e359250cebdaaf7114
[analyzer] Track null/uninitialized C++ objects used in method calls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161278 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
lib/StaticAnalyzer/Core/CallEvent.cpp
test/Analysis/method-call-path-notes.cpp [new file with mode: 0644]
test/Analysis/misc-ps-cxx0x.cpp