summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/UUID.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwinJim Ingham2019-01-241-0/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Small code cleanups in utility.Jonas Devlieghere2018-12-131-3/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* UUID: Add support for arbitrary-sized module IDsPavel Labath2018-06-291-77/+37
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-56/+8
* Remove UUID::SetFromCStringPavel Labath2018-06-211-9/+1
* Modernize UUID classPavel Labath2018-06-211-9/+7
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Simplify UUID constructorsStephane Sezer2017-11-281-3/+2
* Remove some duplicated code in UUID.cppStephane Sezer2017-11-281-8/+1
* Mark UUID::GetByteSize() constStephane Sezer2017-11-271-1/+1
* [UUID] Reimplement comparison operators more canonically. NFCI.Davide Italiano2017-09-031-8/+4
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-6/+10
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-4/+0
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-6/+6
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-0/+227
OpenPOWER on IntegriCloud