clang-1/utils
Daniel Dunbar 3bbc75302f More fixes to builtin preprocessor defines.
- Add -static-define option driver can use when __STATIC__ should be
   defined (instead of __DYNAMIC__).

 - Don't set __OPTIMIZE_SIZE__ on Os, __OPTIMIZE_SIZE__ is tied to Oz.

 - Set __NO_INLINE__ following GCC 4.2.

 - Set __GNU_GNU_INLINE__ or __GNU_STDC_INLINE__ following GCC 4.2.

 - Set __EXCEPTIONS for Objective-C NonFragile ABI.

 - Set __STRICT_ANSI__ for standard conforming modes.

 - I added a clang style test case in utils for this, but its not
   particularly portable and I don't think it belongs in the test
   suite.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68621 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-08 18:03:55 +00:00
..
ABITest ABITestGen: Add v2i16 and v16f32 as default vector types to generate. 2009-03-02 06:14:33 +00:00
test Add my "clang compatible" test runner. Sorry for keeping this to myself... 2009-03-06 22:20:40 +00:00
CaptureCmd Add a little utility for interposing between a command line program 2009-03-04 21:06:52 +00:00
CheckBuiltinMacros.sh I didn't mean to change this. 2009-02-05 19:05:56 +00:00
CmpDriver ccc: Support -v; invent a version number for ccc for now, will be 2009-01-28 19:26:20 +00:00
FindSpecRefs Update FindSpecRefs to recognize named section references. 2008-10-29 05:58:09 +00:00
SummarizeErrors Handle use side of __objc_exception__ attribute; when using an 2009-04-07 06:43:45 +00:00
builtin-defines.c More fixes to builtin preprocessor defines. 2009-04-08 18:03:55 +00:00
ccc-analyzer Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'. 2009-03-24 04:29:13 +00:00
scan-build scan-build: Also look for clang-cc in ../libexec 2009-03-29 00:31:32 +00:00
scanview.css Reintegrate Daniel's changes. 2008-09-22 18:05:05 +00:00
sorttable.js Use stable sort. 2008-07-30 18:03:31 +00:00
token-delta.py Add a very primitive clang based multifile 'delta'. 2009-02-24 07:42:32 +00:00
ubiviz Enhance ubiviz to support vertex styles. 2008-08-28 05:01:37 +00:00