aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/GeneratePCH.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2011-07-22Switch all of the "isysroot" const char*'s throughout the AST readerDouglas Gregor1-9/+3
2011-07-22Fix an embarrassing bug in relocatable PCH support, where we wereDouglas Gregor1-1/+10
2011-02-15Allow resolving headers from a PCH even after headers+PCH were moved to anoth...Argyrios Kyrtzidis1-2/+3
2010-11-30When using a precompiled preamble with detailed preprocessing records,Douglas Gregor1-1/+7
2010-11-23rework the stat cache, pulling it out of FileManager.h intoChris Lattner1-1/+2
2010-10-24Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis1-1/+7
2010-08-18More PCH -> AST renaming.Sebastian Redl1-1/+1
2010-08-18Rename various classes from PCH to AST.Sebastian Redl1-1/+1
2010-08-18Rename PCHReader to ASTReader.Sebastian Redl1-1/+1
2010-08-18Rename PCHWriter.h to ASTWriter.hSebastian Redl1-1/+1
2010-08-18Rename PCHWriter to ASTWriterSebastian Redl1-2/+2
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl1-0/+64
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor1-64/+0
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl1-0/+64