aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/stack-protector.c
AgeCommit message (Expand)Author
2009-11-17Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-08Speed up testing by avoiding stdio.h, also helps testing on windows.Mike Stump
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling