]> granicus.if.org Git - clang/commit
[analyzer] For now assume all standard global 'operator new' functions allocate memor...
authorAnton Yartsev <anton.yartsev@gmail.com>
Thu, 28 Mar 2013 16:10:38 +0000 (16:10 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Thu, 28 Mar 2013 16:10:38 +0000 (16:10 +0000)
commit697462881c4b9b704c7859f4bab0a6116c684bb1
treeb80287ad1d017e8c8773445845370d61457ded97
parent829d187e2100d2cfd85acefc2e867d12336e393f
[analyzer] For now assume all standard global 'operator new' functions allocate memory in heap.
+ Improved test coverage for cplusplus.NewDelete checker.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178244 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
test/Analysis/NewDelete-checker-test.mm
test/Analysis/NewDelete-custom.cpp [new file with mode: 0644]
test/Analysis/NewDelete-variadic.cpp [new file with mode: 0644]