[analyzer] Tests: move system functions into system header simulator files.
Some checkers ascribe different behavior to functions declared in system headers, so when working with standard library functions it's probably best to always have them in a standard location. Test change only (no functionality change), but necessary for the next commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179552 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- test/Analysis/Inputs/system-header-simulator.h 6 additions, 1 deletiontest/Analysis/Inputs/system-header-simulator.h
- test/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp 1 addition, 3 deletionstest/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp
- test/Analysis/taint-tester.c 1 addition, 14 deletionstest/Analysis/taint-tester.c
Please register or sign in to comment