llvm-project/clang/lib/Serialization
Douglas Gregor c1bbec85a8 Rename the -cc1 option "-generate-module-index" to
"-fmodules-global-index" and expand its behavior to include both the
use and generation of the global module index.

llvm-svn: 173404
2013-01-25 00:45:27 +00:00
..
ASTCommon.cpp Make getDefinitiveDeclContext() actually return a DeclContext, as one 2013-01-22 17:08:30 +00:00
ASTCommon.h Make getDefinitiveDeclContext() actually return a DeclContext, as one 2013-01-22 17:08:30 +00:00
ASTReader.cpp Rename the -cc1 option "-generate-module-index" to 2013-01-25 00:45:27 +00:00
ASTReaderDecl.cpp When deserializing a declaration, don't look for redeclarations if its 2013-01-21 16:16:40 +00:00
ASTReaderInternals.h Factor the trait for lookup into the on-based hash table of 2013-01-23 18:53:14 +00:00
ASTReaderStmt.cpp Switch to APFloat constructor taking fltSemantics. 2013-01-22 09:46:51 +00:00
ASTWriter.cpp Introduce a fast path for the ASTReader's name lookup within a 2013-01-21 15:25:38 +00:00
ASTWriterDecl.cpp When deserializing a declaration, don't look for redeclarations if its 2013-01-21 16:16:40 +00:00
ASTWriterStmt.cpp Switch to APFloat constructor taking fltSemantics. 2013-01-22 09:46:51 +00:00
CMakeLists.txt Implement the writer side of the global module index. 2013-01-23 22:38:11 +00:00
GeneratePCH.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
GlobalModuleIndex.cpp clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. 2013-01-24 08:20:11 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ModuleManager.cpp Give ModuleFiles an index, so that we can use indexed vectors rather 2013-01-21 20:07:12 +00:00