hanchenye-llvm-project/clang/lib
Daniel Dunbar 3a148f2625 Driver: Forward remaining -f options to clang manually.
- Groups are really just intended to hold inherent structure of the
   options, not be abused for individual tool argument translation.

llvm-svn: 68554
2009-04-07 21:51:40 +00:00
..
AST Allow us to ask for the access specifier of a translation unit 2009-04-07 20:58:25 +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 Propagte -fvisibility to objc2's class symbols. 2009-04-07 20:26:30 +00:00
Driver Driver: Forward remaining -f options to clang manually. 2009-04-07 21:51:40 +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 Now that we have __weak defined as attribute in all modes, 2009-04-07 21:25:06 +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