summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/RegularExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Use the new Regex::isValid() with no parameterJan Kratochvil2019-08-201-4/+1
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-10/+7
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-129/+18
* [Utility] Remove unused function 'GetMatchSpanningIndices'Jonas Devlieghere2019-08-081-17/+0
* [lldb] Make sure RegularExpression constructors always initialize member vari...Jorge Gorbe Moya2019-05-231-4/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-16/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-24/+19
* iwyu fixes on lldbUtility.Zachary Turner2017-04-061-7/+1
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-201-8/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-021-0/+208
OpenPOWER on IntegriCloud