summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-07-30 23:39:47 +0000
committerJordan Rose <jordan_rose@apple.com>2012-07-30 23:39:47 +0000
commitc2d249ce2cc641a278a4b41d62670a8344e328f1 (patch)
treecd78e9a09c589c9d63343d8dba474fda7c14602e /clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
parent68c2cd059e5136a29ab11f0650d4c6b1617d5e09 (diff)
downloadbcm5719-llvm-c2d249ce2cc641a278a4b41d62670a8344e328f1.tar.gz
bcm5719-llvm-c2d249ce2cc641a278a4b41d62670a8344e328f1.zip
[analyzer] Perform post-call checks for all inlined calls.
Previously, we were only checking the origin expressions of inlined calls. Checkers using the generic postCall and older postObjCMessage callbacks were ignored. Now that we have CallEventManager, it is much easier to create a CallEvent generically when exiting an inlined function, which we can then use for post-call checks. No test case because we don't (yet) have any checkers that depend on this behavior (which is why it hadn't been fixed before now). llvm-svn: 161005
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud