clang-1/lib/Serialization
Argyrios Kyrtzidis 37ed12720a Refactor recording the preprocessor conditional directive regions out of
PreprocessingRecord and into its own class, PPConditionalDirectiveRecord.

Decoupling allows a client to use the functionality of PPConditionalDirectiveRecord
without needing a PreprocessingRecord.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169229 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-04 07:27:05 +00:00
..
ASTCommon.cpp Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
ASTCommon.h PR13189: va_list broken with precompiled headers 2012-07-01 15:57:25 +00:00
ASTReader.cpp Refactor recording the preprocessor conditional directive regions out of 2012-12-04 07:27:05 +00:00
ASTReaderDecl.cpp Refactor to reduce duplication in handling of special member functions. No functionality change. 2012-11-30 05:11:39 +00:00
ASTReaderInternals.h Implement the all_lookups_iterator for PCH as a follow-up to r153970. This 2012-04-16 02:51:46 +00:00
ASTReaderStmt.cpp Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are 2012-11-28 03:56:16 +00:00
ASTWriter.cpp Refactor to reduce duplication in handling of special member functions. No functionality change. 2012-11-30 05:11:39 +00:00
ASTWriterDecl.cpp [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type 2012-11-06 00:35:02 +00:00
ASTWriterStmt.cpp Allow to pass from syntactic form of InitListExpr to semantic form (just as viceversa). No functionality change. 2012-11-08 18:41:43 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
GeneratePCH.cpp [PCH] Remove the stat cache from the PCH file. 2012-10-31 20:59:50 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00
Module.cpp [PCH] Remove the stat cache from the PCH file. 2012-10-31 20:59:50 +00:00
ModuleManager.cpp Actually keep track of the source locations at which particular module 2012-11-30 19:28:05 +00:00