summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis2013-04-171-0/+2
* [PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.Argyrios Kyrtzidis2013-03-061-10/+14
* [PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra...Argyrios Kyrtzidis2013-03-061-6/+2
* Remove dead code related to the now defunct PCH stat cache.Ted Kremenek2013-02-051-14/+1
* Factor the trait for lookup into the on-based hash table ofDouglas Gregor2013-01-231-33/+41
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+3
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-161-4/+2
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-151-4/+0
* Only mark an IdentifierInfo as having changed since deserializationDouglas Gregor2012-01-241-0/+3
* Teach DeclContext deserialization to pay attention to endianness, fromDouglas Gregor2012-01-061-1/+3
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-9/+9
* remove pedantic ;Chris Lattner2011-09-101-1/+1
* Factor the Module and ModuleManager classes out into separate headersDouglas Gregor2011-08-251-0/+243
OpenPOWER on IntegriCloud