clang-1/lib/Serialization
Jonathan D. Turner 1da901467f Cleaning up more of the ID situation in the AST reader. This patch relaxes and generalizes how CXX base specifiers are identified and loaded by using a ContinuousRangeMap. This also adds a global bit offset (or base) to the PerFileData.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135705 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-21 21:15:19 +00:00
..
ASTCommon.cpp Make yet another placeholder type, this one marking that an expression is a bound 2011-04-26 20:42:42 +00:00
ASTCommon.h Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. 2011-04-29 08:19:30 +00:00
ASTReader.cpp Cleaning up more of the ID situation in the AST reader. This patch relaxes and generalizes how CXX base specifiers are identified and loaded by using a ContinuousRangeMap. This also adds a global bit offset (or base) to the PerFileData. 2011-07-21 21:15:19 +00:00
ASTReaderDecl.cpp Use a ContinuousRangeMap to map from the global declaration ID in the 2011-07-20 00:27:43 +00:00
ASTReaderStmt.cpp Add serialization support for SubstNonTypeTemplateParmExpr. 2011-07-15 07:00:14 +00:00
ASTWriter.cpp Rework the detailed preprocessing record to separate preprocessing 2011-07-21 00:47:40 +00:00
ASTWriterDecl.cpp Introduce the notion of instantiation dependence into Clang's AST. A 2011-07-01 01:22:09 +00:00
ASTWriterStmt.cpp Add serialization support for SubstNonTypeTemplateParmExpr. 2011-07-15 07:00:14 +00:00
CMakeLists.txt Fix CMake build. 2011-03-09 21:12:34 +00:00
ChainedIncludesSource.cpp Augment the interface of ExternalASTSource::FindExternalLexicalDecls() 2011-07-15 21:46:17 +00:00
GeneratePCH.cpp Allow resolving headers from a PCH even after headers+PCH were moved to another path. 2011-02-15 17:54:22 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00