summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/RegularExpression.cpp
AgeCommit message (Expand)Author
2024-06-13[lldb] Support case-insensitive regex matches (#95350)Jonas Devlieghere
2020-04-27[lldb] Improve error message when --func-regex parameter for the breakpoint c...Raphael Isemann
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-20[lldb] Use the new Regex::isValid() with no parameterJan Kratochvil
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-08-08[Utility] Remove unused function 'GetMatchSpanningIndices'Jonas Devlieghere
2019-05-23[lldb] Make sure RegularExpression constructors always initialize member vari...Jorge Gorbe Moya
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-02-20Fix a couple of corner cases in NameMatchesPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner