aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/Module.cpp
AgeCommit message (Expand)Author
2012-04-15Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer
2012-01-27Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor
2012-01-18Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor
2012-01-15Completely re-implement (de-)serialization of redeclarationDouglas Gregor
2011-12-27Initialize member that ends up in PCH files.Benjamin Kramer
2011-12-17Completely re-implement (de-)serialization of declarationDouglas Gregor
2011-12-01Switch the ID numbers used for submodule IDs in the AST reader over toDouglas Gregor
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor
2011-10-28[PCH] Keep track of file-level declarations that are contained by files.Argyrios Kyrtzidis
2011-09-15[PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis
2011-08-25Factor the Module and ModuleManager classes out into separate headersDouglas Gregor