summaryrefslogtreecommitdiffstats
path: root/lib/Serialization/ASTReaderInternals.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-27/+27
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-8/+8
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-11-111-41/+51
* Remove move constructors that are identical to the generated default move ctor.Benjamin Kramer2016-10-211-11/+0
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+1
* Re-commit r246497 (and dependent changes r246524 and r246521), reverted inRichard Smith2015-09-011-10/+60
* Reverting r246497 (which requires also reverting r246524 and r246521 to avoid...Aaron Ballman2015-09-011-49/+10
* [modules] Preserve DeclID order when merging lookup tables to give a moreRichard Smith2015-09-011-5/+30
* [modules] Rework serialized DeclContext lookup table management. Instead ofRichard Smith2015-08-311-10/+24
* [modules] The key to a DeclContext name lookup table is not actually aRichard Smith2015-08-261-16/+11
* [modules] Stop updating all identifiers when writing a module. This isRichard Smith2015-08-241-0/+2
* [modules] When explicitly building a module file, don't include timestamps inRichard Smith2015-08-171-1/+1
* [modules] Avoid repeatedly hashing the same name when looking it up in multip...Richard Smith2015-07-141-2/+2
* 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