]> granicus.if.org Git - clang/commit
[analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation.
authorJordan Rose <jordan_rose@apple.com>
Mon, 2 Jul 2012 22:21:47 +0000 (22:21 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 2 Jul 2012 22:21:47 +0000 (22:21 +0000)
commit70cbf3cc09eb21db1108396d30a414ea66d842cc
tree616162322cc763100a3285634585fcadab7c6b2c
parent879a4334e4c4cab0c22ba91492ffc2838bbc21fc
[analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation.

This is NOT full-blown support for operator new, but removes some nasty
duplicated code introduced in r158784.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159608 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/Calls.h
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
test/Analysis/new.cpp