]> granicus.if.org Git - clang/commit
Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 1 Jun 2010 03:01:33 +0000 (03:01 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 1 Jun 2010 03:01:33 +0000 (03:01 +0000)
commita5ce966d1a23d84aa5e849cf0ed62494e736ea6a
treea959f62528c9d8179a6b5be225eeb23e3f9d319a
parent681e256048cf9d3d226b9d0699f3df22c2500ef4
Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my
modification.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105264 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/GRState.h
include/clang/Checker/PathSensitive/Store.h
lib/Checker/MallocChecker.cpp
lib/Checker/RegionStore.cpp
test/Analysis/malloc.c
test/Analysis/outofbound.c
test/Analysis/undef-buffers.c [new file with mode: 0644]