Reimplement out-of-bound array access checker with the new checker interface.
Now only one test case is XFAIL'ed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86834 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Analysis/ArrayBoundChecker.cpp 87 additions, 0 deletionslib/Analysis/ArrayBoundChecker.cpp
- lib/Analysis/CMakeLists.txt 1 addition, 0 deletionslib/Analysis/CMakeLists.txt
- lib/Analysis/GRExprEngineInternalChecks.cpp 1 addition, 0 deletionslib/Analysis/GRExprEngineInternalChecks.cpp
- lib/Analysis/GRExprEngineInternalChecks.h 1 addition, 0 deletionslib/Analysis/GRExprEngineInternalChecks.h
- test/Analysis/no-outofbounds.c 1 addition, 0 deletionstest/Analysis/no-outofbounds.c
- test/Analysis/outofbound.c 1 addition, 2 deletionstest/Analysis/outofbound.c
- test/Analysis/rdar-6541136-region.c 2 additions, 2 deletionstest/Analysis/rdar-6541136-region.c
lib/Analysis/ArrayBoundChecker.cpp
0 → 100644
Please register or sign in to comment