summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/GeneratePCH.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-1/+0
* Remove Diagnostic.h include from Preprocessor.h.Benjamin Kramer2012-02-041-0/+1
* Clean up the comments for this file now that its contents are totallyChandler Carruth2011-12-091-4/+3
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-1/+1
* When writing a module file, pass the module through to the ASTDouglas Gregor2011-11-301-3/+3
* In libclang, when visiting preprocessed entities in a source range, useArgyrios Kyrtzidis2011-09-191-7/+0
* Modules hide macro definitions by default, so that silly things likeDouglas Gregor2011-09-011-2/+4
* Remove the Chaining argument from the PCH/module generator. It's no longer usedDouglas Gregor2011-08-251-9/+3
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Switch all of the "isysroot" const char*'s throughout the AST readerDouglas Gregor2011-07-221-9/+3
* Fix an embarrassing bug in relocatable PCH support, where we wereDouglas Gregor2011-07-221-1/+10
* Allow resolving headers from a PCH even after headers+PCH were moved to anoth...Argyrios Kyrtzidis2011-02-151-2/+3
* When using a precompiled preamble with detailed preprocessing records,Douglas Gregor2010-11-301-1/+7
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-231-1/+2
* Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis2010-10-241-1/+7
* More PCH -> AST renaming.Sebastian Redl2010-08-181-1/+1
* Rename various classes from PCH to AST.Sebastian Redl2010-08-181-1/+1
* Rename PCHReader to ASTReader.Sebastian Redl2010-08-181-1/+1
* Rename PCHWriter.h to ASTWriter.hSebastian Redl2010-08-181-1/+1
* Rename PCHWriter to ASTWriterSebastian Redl2010-08-181-2/+2
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-0/+64
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-64/+0
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-0/+64
OpenPOWER on IntegriCloud