llvm-project/clang/lib
Fariborz Jahanian 1d24a02577 Minor clean up of my last patch.
llvm-svn: 152950
2012-03-16 21:43:45 +00:00
..
ARCMigrate [arcmt] The hard-coded list of weak-incompatible classes is no longer necessary. 2012-03-16 00:21:22 +00:00
AST Fix Objective-C compilation-time performance regression introduced in r152608. 2012-03-16 06:12:59 +00:00
Analysis Support '%p' format specifier with block pointers. 2012-03-15 21:22:27 +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 Don't try to create "store atomic" instructions of non-integer types; they aren't supported at the moment. PR12040. 2012-03-16 01:48:04 +00:00
Driver [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches 2012-03-15 22:31:42 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches 2012-03-15 22:31:42 +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 From Vassil Vassilev: 2012-03-16 10:40:17 +00:00
Parse From Vassil Vassilev: 2012-03-16 10:40:17 +00:00
Rewrite Minor clean up of my last patch. 2012-03-16 21:43:45 +00:00
Sema Suppress macro expansion of NULL in NULL warnings. 2012-03-16 20:30:12 +00:00
Serialization Fix Objective-C compilation-time performance regression introduced in r152608. 2012-03-16 06:12:59 +00:00
StaticAnalyzer Fix analyzer crash on analyzing 'catch' with no condition variable. 2012-03-16 05:58:15 +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