llvm-project/clang/lib/Serialization
Sebastian Redl 009e7f203f Give every file that ASTReader loads a type: module, PCH, precompiled preamble or main file. Base Decls' PCHLevel on this to make it more sane.
llvm-svn: 115626
2010-10-05 16:15:19 +00:00
..
ASTCommon.cpp Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the more generic 2010-08-20 16:04:20 +00:00
ASTCommon.h Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the more generic 2010-08-20 16:04:20 +00:00
ASTReader.cpp Give every file that ASTReader loads a type: module, PCH, precompiled preamble or main file. Base Decls' PCHLevel on this to make it more sane. 2010-10-05 16:15:19 +00:00
ASTReaderDecl.cpp Give every file that ASTReader loads a type: module, PCH, precompiled preamble or main file. Base Decls' PCHLevel on this to make it more sane. 2010-10-05 16:15:19 +00:00
ASTReaderStmt.cpp Thread PerFileData through the ASTReader again, this time with the LLVM changes. 2010-10-05 15:59:54 +00:00
ASTWriter.cpp When a type comes from a previously-loaded PCH/AST file, don't try to write it into a chained PCH file. 2010-10-04 18:21:45 +00:00
ASTWriterDecl.cpp Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could 2010-09-27 22:37:28 +00:00
ASTWriterStmt.cpp Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. 2010-09-28 14:54:07 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
GeneratePCH.cpp More PCH -> AST renaming. 2010-08-18 23:57:06 +00:00
Makefile Reintroduce the serialization library, with fixed dependencies. 2010-08-17 20:43:28 +00:00