llvm-project/clang/lib
Douglas Gregor 51825b49f3 In the ASTReader, replace the never-NULL Preprocessor pointer with a
Preprocessor reference. Simplify some code along the way, so there is
no separate "initialize the preprocessor" step.

llvm-svn: 139418
2011-09-09 22:02:16 +00:00
..
ARCMigrate Give conversions of block pointers to ObjC pointers a different cast kind 2011-09-09 05:25:32 +00:00
AST Use ArrayRef in ExternalASTSource::SetExternalVisibleDeclsForName. 2011-09-09 06:44:14 +00:00
Analysis Thread safety: This patch deals with previously unhandled cases when building lock expressions. We now resolve this expressions, avoid crashing when encountering cast expressions, and have a diagnostic for unresolved lock expressions 2011-09-09 16:21:55 +00:00
Basic Added missing initialization. 2011-09-08 14:20:25 +00:00
CodeGen Carry the debug information from single exit unified return block 2011-09-09 21:53:04 +00:00
Driver Treat the weak export of block runtime symbols as a deployment-target 2011-09-09 20:41:01 +00:00
Frontend Treat the weak export of block runtime symbols as a deployment-target 2011-09-09 20:41:01 +00:00
FrontendTool More missing dependencies picked up by Ninja. 2011-09-07 19:12:36 +00:00
Headers Remove WCHAR_MIN and WCHAR_MAX from limits.h. According to posix and c99 2011-09-08 23:25:25 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex [libclang] Fix annotation and getting a "macro expansion" cursor 2011-09-08 17:18:41 +00:00
Parse Specializations cannot be module-hidden. Diagnose attempts to do so. 2011-09-09 20:53:38 +00:00
Rewrite objc rewriter - Add rewriter test for new instancetype 2011-09-09 20:35:22 +00:00
Sema Add smarter sorting of overload candidates that failed template deduction. 2011-09-09 21:58:49 +00:00
Serialization In the ASTReader, replace the never-NULL Preprocessor pointer with a 2011-09-09 22:02:16 +00:00
StaticAnalyzer Give conversions of block pointers to ObjC pointers a different cast kind 2011-09-09 05:25:32 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00