llvm-project/clang/lib
Chris Lattner 2a5c0a3688 Fariborz points out that weak is now defined to the attribute even
in C mode.

llvm-svn: 68520
2009-04-07 16:50:40 +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 hack from LiveVariables analysis where variables whose address are taken 2009-04-07 05:25:24 +00:00
Basic Fariborz points out that weak is now defined to the attribute even 2009-04-07 16:50:40 +00:00
CodeGen Handle use side of __objc_exception__ attribute; when using an 2009-04-07 06:43:45 +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 Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing with qualified id's. This change is motivated by our desire to not support the "Class<foo>" idiom. Note that the change makes perfect sense (since all ObjC classes are also id/instances). 2009-04-07 15:07:57 +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