]> granicus.if.org Git - clang/commit
Add several CFG-stress-testing input source files. These use the
authorChandler Carruth <chandlerc@gmail.com>
Fri, 8 Jul 2011 11:20:51 +0000 (11:20 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 8 Jul 2011 11:20:51 +0000 (11:20 +0000)
commitfd8bcd2520bd107ae5699536d776ed39487a5e6e
tree78415b05f517247996c53a2a090dfb8ea7153504
parent8052050c8ebfcfbbce8afed57fefc8c95fb9a333
Add several CFG-stress-testing input source files. These use the
preprocessor to build up very large CFGs in various shapes that can
produce different algorithmic behavior in CFG-walking code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134698 91177308-0d34-0410-b5e6-96231b3b80d8
INPUTS/cfg-big-switch.c [new file with mode: 0644]
INPUTS/cfg-long-chain1.c [new file with mode: 0644]
INPUTS/cfg-long-chain2.c [new file with mode: 0644]
INPUTS/cfg-long-chain3.c [new file with mode: 0644]
INPUTS/cfg-nested-switches.c [new file with mode: 0644]