hanchenye-llvm-project/clang/tools
Bill Wendling d63bbadbef Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
function attributes. There are predefined macros that are defined when stack
protectors are used: __SSP__=1 with -fstack-protector and __SSP_ALL__=2 with
-fstack-protector-all.

llvm-svn: 74405
2009-06-28 07:36:13 +00:00
..
clang-cc Add stack protector support to clang. This generates the 'ssp' and 'sspreq' 2009-06-28 07:36:13 +00:00
driver Make the clang executable target depend on clang-cc 2009-06-16 22:26:26 +00:00
index-test Check that index-test uses an up-to-date AST file. 2009-06-25 22:15:12 +00:00
scan-view Increase scan-view max timeout to 1 minute. 2009-05-04 19:02:41 +00:00
CMakeLists.txt Introduce tools/index-test. 2009-06-25 18:22:52 +00:00
Makefile Introduce tools/index-test. 2009-06-25 18:22:52 +00:00