llvm-project/clang/lib
Douglas Gregor 2f197adeeb Rename the command-line option for mapping #include/#import over to
module imports from -fauto-module-import to -fmodules. The new name
will eventually be used to enable modules, and the #include/#import
mapping is a crucial part of the feature.

llvm-svn: 147447
2012-01-03 15:21:29 +00:00
..
ARCMigrate Remove unused variables. 2011-12-25 01:18:52 +00:00
AST Add assertion to char32_t that the value is valid, as suggested by Jordy Rose. 2012-01-02 18:14:06 +00:00
Analysis Support for thread safety attributes on functions 2011-12-29 00:56:48 +00:00
Basic Implement support for module requirements, which indicate the language 2011-12-31 04:05:44 +00:00
CodeGen Eliminate ObjCForwardProtocolDecl, which is redundant now that 2012-01-01 21:23:57 +00:00
Driver Rename the command-line option for mapping #include/#import over to 2012-01-03 15:21:29 +00:00
Frontend Rename the command-line option for mapping #include/#import over to 2012-01-03 15:21:29 +00:00
FrontendTool Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:23 +00:00
Headers clang/lib/Headers/CMakeLists.txt: Unbreak cmake build. 2011-12-30 10:38:16 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex Added a missing case for -Wdisabled-macro-expansion. 2012-01-02 10:08:26 +00:00
Parse Eliminate ObjCForwardProtocolDecl, which is redundant now that 2012-01-01 21:23:57 +00:00
Rewrite Fix canonicalization of protocol-qualified types 2012-01-02 02:00:30 +00:00
Sema Process attributes in explicit template instatiation definitions. Fixes PR11690. 2012-01-03 06:04:21 +00:00
Serialization Eliminate ObjCProtocolDecl's end-of-definition location. It is not 2012-01-02 02:22:52 +00:00
StaticAnalyzer Fix cmake build with -DBUILD_SHARED_LIBS=ON. 2011-12-29 04:31:59 +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