summaryrefslogtreecommitdiff
path: root/lib/Serialization/Module.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-22
* Revert C++11ification in r203534 and r203536. Apparently our toolchains aren'tRichard Smith2014-03-11
* If a visibility update record is found for a DeclContext after that Decl hasRichard Smith2014-03-11
* [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...Argyrios Kyrtzidis2013-03-06
* 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
* Move the set of files to be validated in an AST file into the controlDouglas Gregor2012-10-19
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-09
* Set the file entry for a Module* that was created during deserializationArgyrios Kyrtzidis2012-10-03
* [libclang] When indexing an AST file, only deserialize the file levelArgyrios Kyrtzidis2012-10-02
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-15
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-27
* Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor2012-01-18
* Completely re-implement (de-)serialization of redeclarationDouglas Gregor2012-01-15
* Initialize member that ends up in PCH files.Benjamin Kramer2011-12-27
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-17
* Switch the ID numbers used for submodule IDs in the AST reader over toDouglas Gregor2011-12-01
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-30
* [PCH] Keep track of file-level declarations that are contained by files.Argyrios Kyrtzidis2011-10-28
* [PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis2011-09-15
* Factor the Module and ModuleManager classes out into separate headersDouglas Gregor2011-08-25