summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueRegex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-1/+2
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-6/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-6/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-58/+44
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-3/+3
* Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton2015-01-211-2/+2
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+2
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+86
OpenPOWER on IntegriCloud