summaryrefslogtreecommitdiff
path: root/lib/Serialization/GeneratePCH.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-22
* [libclang] Allow building a precompiled preamble with compiler errorsArgyrios Kyrtzidis2013-06-11
* [Preprocessor] Remove PPMutationListener.Argyrios Kyrtzidis2013-03-27
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-31
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-09
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-07
* Remove Diagnostic.h include from Preprocessor.h.Benjamin Kramer2012-02-04
* Clean up the comments for this file now that its contents are totallyChandler Carruth2011-12-09
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-30
* When writing a module file, pass the module through to the ASTDouglas Gregor2011-11-30
* In libclang, when visiting preprocessed entities in a source range, useArgyrios Kyrtzidis2011-09-19
* Modules hide macro definitions by default, so that silly things likeDouglas Gregor2011-09-01
* Remove the Chaining argument from the PCH/module generator. It's no longer usedDouglas Gregor2011-08-25
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-25
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* Switch all of the "isysroot" const char*'s throughout the AST readerDouglas Gregor2011-07-22
* Fix an embarrassing bug in relocatable PCH support, where we wereDouglas Gregor2011-07-22
* Allow resolving headers from a PCH even after headers+PCH were moved to anoth...Argyrios Kyrtzidis2011-02-15
* When using a precompiled preamble with detailed preprocessing records,Douglas Gregor2010-11-30
* rework the stat cache, pulling it out of FileManager.h intoChris Lattner2010-11-23
* Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis2010-10-24
* More PCH -> AST renaming.Sebastian Redl2010-08-18
* Rename various classes from PCH to AST.Sebastian Redl2010-08-18
* Rename PCHReader to ASTReader.Sebastian Redl2010-08-18
* Rename PCHWriter.h to ASTWriter.hSebastian Redl2010-08-18
* Rename PCHWriter to ASTWriterSebastian Redl2010-08-18
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-17
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-17
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-17