clang-1/lib
Chris Lattner 2ec926cce3 define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode.
Fixes rdar://6759546, some code that actually used __va_copy because they
thought it was "more portable".


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68503 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-07 05:12:42 +00:00
..
AST Remove hack support for @try...@finally in source-level CFGs. The current hack 2009-04-07 04:26:02 +00:00
Analysis Remove GetLeakNode. This isn't the right approach. 2009-04-07 05:07:44 +00:00
Basic The __weak and __strong defines are common to all darwin targets 2009-04-07 04:48:21 +00:00
CodeGen Implement __sync_{add,sub,and,or,xor}_and_fetch and 2009-04-07 00:55:51 +00:00
Driver Driver: More verbosity reduction. 2009-04-07 02:59:27 +00:00
Frontend Fix output of ranges in analyzer plist files. 2009-04-05 02:08:28 +00:00
Headers define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. 2009-04-07 05:12:42 +00:00
Lex The __weak and __strong defines are common to all darwin targets 2009-04-07 04:48:21 +00:00
Parse add fixit advice to an archiac ObjC issue. 2009-04-03 18:38:42 +00:00
Rewrite Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Sema Warn instead of error on duplicate protocol definitions. 2009-04-06 23:43:32 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00