summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/GlobalModuleIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* EmitRecord* API change: accepts ArrayRef instead of a SmallVector (NFC)Mehdi Amini2015-09-101-3/+1
* Revert "EmitRecordWith* API change: takes an ArrayRef instead of a SmallVecto...Mehdi Amini2015-09-091-1/+3
* EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)Mehdi Amini2015-09-091-3/+1
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-6/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-6/+6
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-6/+6
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-6/+11
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-4/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Simplify code a bit by passing StreamFile to the BitstreamCursor constructor.Rafael Espindola2014-11-121-2/+1
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-5/+3
* Add a "signature" to AST files to verify that they haven't changedBen Langmuir2014-10-231-0/+4
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-261-2/+3
* unique_ptr-ify the MemoryBuffer parameter of GlobalModuleIndexDavid Blaikie2014-08-111-5/+4
* Update for llvm api change.Rafael Espindola2014-07-061-2/+4
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-2/+1
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-221-3/+3
* Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan.Nico Weber2014-04-251-1/+3
* Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner2014-04-181-2/+6
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-181-6/+5
* Revised per Dmitri's comments. My first exposure to range-based for loops, th...John Thompson2014-04-171-1/+1
* Revised per Dmitri's comments. My first exposure to range-based for loops, th...John Thompson2014-04-171-10/+8
* Added dump method for global module index.John Thompson2014-04-161-0/+15
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-2/+8
* OnDiskHashTable: Make the iterable version separate.Justin Bogner2014-04-141-6/+9
* Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-281-7/+7
* Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-4/+8
* Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"Justin Bogner2014-03-281-7/+7
* Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-8/+4
* OnDiskHashTable: Use Endian.h to read little endian ostreamsJustin Bogner2014-03-281-7/+7
* OnDiskHashTable: Use EndianStream.h to write little endian ostreamsJustin Bogner2014-03-281-4/+8
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-6/+6
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-2/+3
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-101-3/+2
* I am about to change llvm::MemoryBuffer::getFile take take a Twine. ChangeRafael Espindola2013-10-251-1/+2
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-1/+2
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-111-1/+1
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-171-0/+31
* <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...Douglas Gregor2013-03-221-65/+31
OpenPOWER on IntegriCloud