llvm-project/clang/lib/Serialization
Douglas Gregor 959bb06e96 Module files representing actual modules don't need to know the set of modules they import, since that information isn't actually used. Drop it from the AST file
llvm-svn: 145738
2011-12-03 01:15:29 +00:00
..
ASTCommon.cpp Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
ASTCommon.h Migrate the serialization of ASTContext's AutoDeduceTy and 2011-08-09 15:13:55 +00:00
ASTReader.cpp Implement support for precompiled headers, preambles, and serialized 2011-12-03 00:59:55 +00:00
ASTReaderDecl.cpp Introduce a module import declaration, so that we properly represent, e.g., 2011-12-02 23:23:56 +00:00
ASTReaderInternals.h Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +00:00
ASTReaderStmt.cpp Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +00:00
ASTWriter.cpp Module files representing actual modules don't need to know the set of modules they import, since that information isn't actually used. Drop it from the AST file 2011-12-03 01:15:29 +00:00
ASTWriterDecl.cpp Introduce a module import declaration, so that we properly represent, e.g., 2011-12-02 23:23:56 +00:00
ASTWriterStmt.cpp [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization code must be set 2011-11-15 06:20:27 +00:00
CMakeLists.txt Factor the Module and ModuleManager classes out into separate headers 2011-08-25 20:47:51 +00:00
ChainedIncludesSource.cpp When writing a module file, pass the module through to the AST 2011-11-30 04:39:39 +00:00
GeneratePCH.cpp Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp Switch the ID numbers used for submodule IDs in the AST reader over to 2011-12-01 00:59:36 +00:00
ModuleManager.cpp Promote ModuleMap::Module to a namespace-scope class in the Basic 2011-11-30 23:21:26 +00:00