llvm-capstone/clang/lib
2012-03-07 01:09:33 +00:00
..
Analysis Fix horrific CFG bug where '@autoreleasepool' would be put in a dangling block in the CFG. 2012-03-06 23:40:47 +00:00
ARCMigrate Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
AST Make sure we consistently canonicalize types when canonicalizing TemplateTemplateParmDecls. PR12179. 2012-03-07 01:09:33 +00:00
Basic More git-svn compatible version string, by request. 2012-03-07 00:44:24 +00:00
CodeGen Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, 2012-03-06 20:05:56 +00:00
Driver [driver] Don't try to generate diagnostic information for linker crashes. 2012-03-07 00:30:40 +00:00
Edit Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Frontend CMake: Fix build to add clangEdit to USED_LIBS. 2012-03-06 22:32:32 +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 Unbreak the CMake builds following the CallGraph change. 2012-03-02 23:18:45 +00:00
Lex Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, 2012-03-06 20:05:56 +00:00
Parse Silence unused variable warnings. 2012-03-07 00:14:40 +00:00
Rewrite Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Sema objective-c lldb support: don't perform ivar access control check 2012-03-07 00:58:41 +00:00
Serialization Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, 2012-03-06 20:05:56 +00:00
StaticAnalyzer Add static analyzer support for new NSArray/NSDictionary/NSNumber literals. 2012-03-06 20:06:12 +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