clang-1/docs/analyzer
Jordan Rose 6fe4dfbc9e [analyzer] Don't inline constructors for objects allocated with operator new.
Because the CXXNewExpr appears after the CXXConstructExpr in the CFG, we don't
actually have the correct region to construct into at the time we decide
whether or not to inline. The long-term fix (discussed in PR12014) might be to
introduce a new CFG node (CFGAllocator) that appears before the constructor.

Tracking the short-term fix in <rdar://problem/12180598>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162689 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-27 18:39:22 +00:00
..
IPA.txt [analyzer] Don't inline constructors for objects allocated with operator new. 2012-08-27 18:39:22 +00:00
debug-checks.txt [analyzer] Per feedback, re-structure the docs for ExprInspection checks. 2012-08-22 17:13:22 +00:00