summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/malloc.c
diff options
context:
space:
mode:
authorAnton Yartsev <anton.yartsev@gmail.com>2015-02-19 13:36:20 +0000
committerAnton Yartsev <anton.yartsev@gmail.com>2015-02-19 13:36:20 +0000
commit5b5c7cec081e29f8019e967333a8d893f0c83da5 (patch)
treec1519a2b71d36697921c709e8e9609bd3f996f57 /clang/test/Analysis/malloc.c
parentf0f0d2739127cd8971f0c91a45596ac40effb53b (diff)
downloadbcm5719-llvm-5b5c7cec081e29f8019e967333a8d893f0c83da5.tar.gz
bcm5719-llvm-5b5c7cec081e29f8019e967333a8d893f0c83da5.zip
[analyzer] Different handling of alloca().
+ separate bug report for "Free alloca()" error to be able to customize checkers responsible for this error. + Muted "Free alloca()" error for NewDelete checker that is not responsible for c-allocated memory, turned on for unix.MismatchedDeallocator checker. + RefState for alloca() - to be able to detect usage of zero-allocated memory by upcoming ZeroAllocDereference checker. + AF_Alloca family to handle alloca() consistently - keep proper family in RefState, handle 'alloca' by getCheckIfTracked() facility, etc. + extra tests. llvm-svn: 229850
Diffstat (limited to 'clang/test/Analysis/malloc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud