summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueArray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add functionality to export settingsJonas Devlieghere2018-10-261-8/+18
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-7/+8
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-56/+53
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-311/+265
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-0/+1
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-2/+2
* Add -exec-arguments commandIlia K2015-02-131-2/+6
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-4/+5
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+1
* Add support for character option types.Zachary Turner2015-01-121-0/+1
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-2/+2
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+350
OpenPOWER on IntegriCloud