summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/ConstString.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unused includes in Utility's source filesRaphael Isemann2019-12-131-1/+0
* Revert "make ConstString allocate memory in non-tiny chunks"Raphael Isemann2019-10-171-7/+2
* make ConstString allocate memory in non-tiny chunksLubos Lunak2019-10-111-2/+7
* Remove unused function 'SetMangledCounterparts' (NFC)Jonas Devlieghere2019-08-061-17/+0
* Prevent unnecessary conversion from StringRef to C-string [NFC]Raphael Isemann2019-04-141-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-5/+5
* Fix strlen() of unbound array undefined behaviorJan Kratochvil2019-02-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove comments after header includes.Jonas Devlieghere2018-11-111-9/+9
* Remove asseration from ConstString::GetConstCStringAndSetMangledCounterPart()...Stefan Granitz2018-08-141-5/+0
* Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should update the...Stefan Granitz2018-08-141-5/+10
* Change ConstString::SetCStringWithMangledCounterpart to use StringRefPavel Labath2018-08-061-27/+23
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-15/+13
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-2/+2
* Remove lock from ConstString::GetLengthPavel Labath2017-04-281-18/+11
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-8/+12
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-0/+6
* Move classes from Core -> Utility.Zachary Turner2017-02-021-0/+336