]> granicus.if.org Git - clang/commit
[analyzer] Tests: move system functions into system header simulator files.
authorJordan Rose <jordan_rose@apple.com>
Mon, 15 Apr 2013 20:39:37 +0000 (20:39 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 15 Apr 2013 20:39:37 +0000 (20:39 +0000)
commit9a0b3c2f7c440c53b65bd1b085a7471d9f7ed490
tree54c982da3f9a43a0f9ff7f733b3b872b958bf21b
parent77670f17ae3a5c3188149c19a7e386c01d0aa7c0
[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
test/Analysis/Inputs/system-header-simulator.h
test/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp
test/Analysis/taint-tester.c