llvm-capstone/clang/lib
Douglas Gregor ba34552e79 Introduce a module import declaration, so that we properly represent, e.g.,
__import_module__ std.vector;

in the AST.

llvm-svn: 145725
2011-12-02 23:23:56 +00:00
..
Analysis Revert r145697 and dependent patch r145702. It added a dependency from 2011-12-02 23:21:43 +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 Introduce a module import declaration, so that we properly represent, e.g., 2011-12-02 23:23:56 +00:00
Basic Implement (de-)serialization of the set of exported modules in a 2011-12-02 18:58:38 +00:00
CodeGen Introduce a module import declaration, so that we properly represent, e.g., 2011-12-02 23:23:56 +00:00
Driver Driver/Darwin: Add ASAN runtime library link support. 2011-12-01 23:40:18 +00:00
Frontend Introduce the notion of name visibility into modules. For a given 2011-12-01 17:11:21 +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
Lex Implementing parsing and resolution of module export declarations 2011-12-02 01:47:07 +00:00
Parse Fix test regression introduced by r145656. When seeing a string literal that isn't accepted by 'asm', skip to the enclosing ')'. 2011-12-02 01:30:14 +00:00
Rewrite Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue 2011-11-18 00:26:59 +00:00
Sema Introduce a module import declaration, so that we properly represent, e.g., 2011-12-02 23:23:56 +00:00
Serialization Introduce a module import declaration, so that we properly represent, e.g., 2011-12-02 23:23:56 +00:00
StaticAnalyzer [analyzer] Make KeychainAPI checker less aggressive. radar://10508828 2011-12-01 16:41:58 +00:00
CMakeLists.txt
Makefile