summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-151-2/+1
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-271-0/+1
* Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor2012-01-181-2/+2
* Completely re-implement (de-)serialization of redeclarationDouglas Gregor2012-01-151-1/+1
* Initialize member that ends up in PCH files.Benjamin Kramer2011-12-271-1/+1
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-171-1/+1
* Switch the ID numbers used for submodule IDs in the AST reader over toDouglas Gregor2011-12-011-2/+6
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-3/+3
* [PCH] Keep track of file-level declarations that are contained by files.Argyrios Kyrtzidis2011-10-281-0/+1
* [PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis2011-09-151-12/+4
* Factor the Module and ModuleManager classes out into separate headersDouglas Gregor2011-08-251-0/+117
OpenPOWER on IntegriCloud