aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueChar.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha1-4/+0
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath1-2/+2
2017-05-12Rename Error -> Status.Zachary Turner1-3/+3
2017-03-21Move StringList from Core -> Utility.Zachary Turner1-1/+1
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner1-1/+1
2016-09-16Add unit tests for a few string conversion functions in Args.Zachary Turner1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-49/+37
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath1-4/+4
2015-01-12Add support for character option types.Zachary Turner1-0/+80