]> granicus.if.org Git - clang/commit
[analyzer] Inline ctors + dtors when the CFG is built for them.
authorJordan Rose <jordan_rose@apple.com>
Thu, 26 Jul 2012 20:04:00 +0000 (20:04 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 26 Jul 2012 20:04:00 +0000 (20:04 +0000)
commitda5fc53d6b024872c4c1d2c8c5da11e08bf116aa
tree7b44a6168ab65efdb57c79b7be4aec3c9b2a6b18
parentdf51fb91c5c2a265019c3f24bf2993149abc79f8
[analyzer] Inline ctors + dtors when the CFG is built for them.

At the very least this means initializer nodes for constructors and
automatic object destructors are present in the CFG.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160803 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
test/Analysis/dtor.cpp