llvm-project/clang/lib
Chris Lattner 0af3ba1748 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310
llvm-svn: 68933
2009-04-13 01:29:17 +00:00
..
AST fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type. 2009-04-12 23:51:02 +00:00
Analysis Add analyzer support for objc_atomicCompareAndSwap() 2009-04-11 00:54:13 +00:00
Basic Support -miphoneos-version-min in clang-cc. 2009-04-10 19:52:24 +00:00
CodeGen Minor refactoring of my last patch. 2009-04-11 18:54:57 +00:00
Driver Implement support for GCC's -dD mode, which dumps -E output *and* 2009-04-12 01:56:53 +00:00
Frontend implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 2009-04-13 01:29:17 +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 implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 2009-04-13 01:29:17 +00:00
Parse Improve error recovery for calls, fixing: 2009-04-13 00:10:38 +00:00
Rewrite Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Sema if we already know that a decl is invalid in an @catch, don't verify its type. 2009-04-12 23:26:56 +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