llvm-project/clang/lib
Fariborz Jahanian 07a423d652 modern objective-c translator: section info.
and metadata for "non-lazy" class and categories.

llvm-svn: 152751
2012-03-14 23:18:19 +00:00
..
ARCMigrate Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
AST Instantiating a class template should not instantiate the definition of any 2012-03-14 23:13:10 +00:00
Analysis Fix dereference of end iterator. Spotted by ASan. 2012-03-14 20:21:25 +00:00
Basic No longer defining LP64 in 64-bit builds on platforms which are not LP64. 2012-03-14 20:50:57 +00:00
CodeGen Add support to mangle templated member function names with template 2012-03-14 00:25:46 +00:00
Driver Provide -Wnull-conversion separately from -Wconversion. 2012-03-14 22:28:22 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend [driver] Parse diagnostic args in the driver. 2012-03-13 20:09:56 +00:00
FrontendTool Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Headers * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. 2012-02-23 20:22:10 +00:00
Index Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Lex Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Parse Parse brace initializers as default arguments. PR12236. 2012-03-14 15:54:00 +00:00
Rewrite modern objective-c translator: section info. 2012-03-14 23:18:19 +00:00
Sema Instantiating a class template should not instantiate the definition of any 2012-03-14 23:13:10 +00:00
Serialization Instantiating a class template should not instantiate the definition of any 2012-03-14 23:13:10 +00:00
StaticAnalyzer '#if 0' out a variable that's only used in other preprocessor-disabled code. 2012-03-14 23:12:42 +00:00
CMakeLists.txt Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Makefile Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00