aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupUInt64.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha1-2/+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-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-1/+1
2017-05-12Rename Error -> Status.Zachary Turner1-4/+4
2017-03-22Delete some more dead includes.Zachary Turner1-0/+1
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-34/+26
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-4/+4
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath1-1/+1
2014-07-09Fix tests broken by the OptionValidator changes.Zachary Turner1-0/+1
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-1/+1
2013-09-05Add OptionParser.hVirgile Bello1-1/+1
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2011-05-13Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen1-1/+1
2011-05-03Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton1-0/+58