aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/Module.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Add a "signature" to AST files to verify that they haven't changedBen Langmuir1-1/+1
2014-05-22[C++11] Use 'nullptr'. Serialization edition.Craig Topper1-15/+15
2014-03-11Revert C++11ification in r203534 and r203536. Apparently our toolchains aren'tRichard Smith1-0/+7
2014-03-11If a visibility update record is found for a DeclContext after that Decl hasRichard Smith1-7/+0
2013-03-06[PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than...Argyrios Kyrtzidis1-1/+1
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-2/+2
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis1-1/+1
2012-10-19Move the set of files to be validated in an AST file into the controlDouglas Gregor1-1/+1
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor1-2/+8
2012-10-03Set the file entry for a Module* that was created during deserializationArgyrios Kyrtzidis1-1/+2
2012-10-02[libclang] When indexing an AST file, only deserialize the file levelArgyrios Kyrtzidis1-1/+2
2012-04-15Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer1-2/+1
2012-01-27Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor1-0/+1
2012-01-18Optimize unqualified/global name lookup in modules by introducing aDouglas Gregor1-2/+2
2012-01-15Completely re-implement (de-)serialization of redeclarationDouglas Gregor1-1/+1
2011-12-27Initialize member that ends up in PCH files.Benjamin Kramer1-1/+1
2011-12-17Completely re-implement (de-)serialization of declarationDouglas Gregor1-1/+1
2011-12-01Switch the ID numbers used for submodule IDs in the AST reader over toDouglas Gregor1-2/+6
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor1-3/+3
2011-10-28[PCH] Keep track of file-level declarations that are contained by files.Argyrios Kyrtzidis1-0/+1
2011-09-15[PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis1-12/+4
2011-08-25Factor the Module and ModuleManager classes out into separate headersDouglas Gregor1-0/+117