summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* 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-2/+1
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-6/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+4
* Rename Error -> Status.Zachary Turner2017-05-121-8/+8
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-4/+4
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-3/+4
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-2/+2
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-667/+553
* Add an OptionValueLanguage classEnrico Granata2015-02-201-0/+39
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-2/+2
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-9/+36
* Add support for character option types.Zachary Turner2015-01-121-0/+39
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-34/+34
* <rdar://problem/11757916>Greg Clayton2012-08-291-1/+1
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-1/+1
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+633
OpenPOWER on IntegriCloud