aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReaderInternals.h
AgeCommit message (Expand)Author
2013-04-17Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis
2013-03-06[PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.Argyrios Kyrtzidis
2013-03-06[PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra...Argyrios Kyrtzidis
2013-02-05Remove dead code related to the now defunct PCH stat cache.Ted Kremenek
2013-01-23Factor the trait for lookup into the on-based hash table ofDouglas Gregor
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-04-16Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky
2012-04-15Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer
2012-01-24Only mark an IdentifierInfo as having changed since deserializationDouglas Gregor
2012-01-06Teach DeclContext deserialization to pay attention to endianness, fromDouglas Gregor
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor
2011-09-10remove pedantic ;Chris Lattner
2011-08-25Factor the Module and ModuleManager classes out into separate headersDouglas Gregor