summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueBoolean.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace static const StringRef with StringRef (NFC)Adrian Prantl2019-10-081-3/+3
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-231-4/+2
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-4/+2
* 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
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-3/+2
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-9/+8
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-26/+14
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-4/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-104/+78
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+1
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-7/+6
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+2
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+2
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-1/+1
* <rdar://problem/12022079>Greg Clayton2012-08-231-0/+48
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+87
OpenPOWER on IntegriCloud