llvm-project/clang/lib
Douglas Gregor 71944203de Switch the module-loading interfaces and parser from a simple
top-level module name to a module path (e.g., std.vector). We're still
missing a number of pieces for this actually to do something.

llvm-svn: 145462
2011-11-30 00:36:36 +00:00
..
ARCMigrate [arcmt] Integrate GC __weak into property attributes even when we don't have 2011-11-28 02:04:36 +00:00
AST In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an 2011-11-27 22:09:28 +00:00
Analysis Teach the CFG builder how to properly destroy temporaries who 2011-11-15 15:29:30 +00:00
Basic Fix some possible gcc-4.2 may be used uninitialized warnings. 2011-11-28 22:19:36 +00:00
CodeGen Make sure that forward declarations are marked as such in the debug info 2011-11-29 23:57:40 +00:00
Driver Change processor names. Patch by Simon Atanasyan. 2011-11-29 23:09:24 +00:00
Frontend Switch the module-loading interfaces and parser from a simple 2011-11-30 00:36:36 +00:00
FrontendTool Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +00:00
Headers Fix comment. 2011-11-28 20:05:27 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Switch the module-loading interfaces and parser from a simple 2011-11-30 00:36:36 +00:00
Parse Switch the module-loading interfaces and parser from a simple 2011-11-30 00:36:36 +00:00
Rewrite Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue 2011-11-18 00:26:59 +00:00
Sema Switch the module-loading interfaces and parser from a simple 2011-11-30 00:36:36 +00:00
Serialization [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. 2011-11-23 21:11:23 +00:00
StaticAnalyzer Relax RegionStore to allow loads from CodeTextRegions. Apparently you can actually write code that does this. This seems worthy of a checker, but the StoreManager should handle the memory abstraction without crashing. Fixes PR 11450. 2011-11-29 19:39:29 +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