]> granicus.if.org Git - clang/commit
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints
authorJordan Rose <jordan_rose@apple.com>
Tue, 10 Jul 2012 22:07:52 +0000 (22:07 +0000)
committerJordan Rose <jordan_rose@apple.com>
Tue, 10 Jul 2012 22:07:52 +0000 (22:07 +0000)
commit852aa0d2c5d2d1faf2d77b5aa3c0848068a342c5
tree479d6107f7b9d49e36af6eecacef6f06004202b2
parent8d276d38c258dfc572586daf6c0e8f8fce249c0e
[analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints

These ProgramPoints are used in inlining calls,
and not all calls have associated statements anymore.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160021 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/ProgramPoint.h
lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/CoreEngine.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp