aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionArgParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-04[lldb][NFC] Delete unreachable code and dead variable in OptionArgParserFelipe de Azevedo Piovezan1-36/+26
2023-12-04[lldb][NFC] Remove else after return in OptionArgParseFelipe de Azevedo Piovezan1-12/+9
2023-12-04[lldb][NFC] Remove unnecessary std::string temporariesFelipe de Azevedo Piovezan1-5/+5
2023-02-13[LLDB] Apply FixCodeAddress to all forms of address argumentsDavid Spickett1-8/+29
2023-01-23Run cmdline address expressions through ABI's FixAddressJason Molenda1-0/+5
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-1/+1
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-1/+1
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-8/+8
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-19[lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere1-0/+2
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere1-22/+14
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-7/+9
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-3/+3
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath1-0/+253