summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReaderInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Objective-C: Serialize "more than one decl" state of ObjCMethodList.Nico Weber2014-12-271-0/+2
* [modules] Instead of storing absolute paths in a .pcm file, store the path toRichard Smith2014-12-051-2/+3
* Temporarily reverting r223443 due to bot breakage.Aaron Ballman2014-12-051-3/+2
* [modules] Instead of storing absolute paths in a .pcm file, store the path toRichard Smith2014-12-051-2/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Remove unused sys/stat.h includesAlp Toker2014-07-071-1/+0
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-221-3/+3
* Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner2014-04-181-5/+12
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-181-4/+4
* OnDiskHashTable: Make the iterable version separate.Justin Bogner2014-04-141-1/+1
* 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