summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupUInt64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-34/+26
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+4
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-1/+1
* Fix tests broken by the OptionValidator changes.Zachary Turner2014-07-091-0/+1
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-1/+1
* Add OptionParser.hVirgile Bello2013-09-051-1/+1
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen2011-05-131-1/+1
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-0/+58
OpenPOWER on IntegriCloud