summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Interpreter/TestArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-189/+0
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-89/+0
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-84/+0
* Add a StringList constructor to Args classPavel Labath2017-12-111-0/+11
* Modernize Enable/DisableLogChannel interface a bitPavel Labath2017-03-011-0/+8
* Refactor the Args class.Zachary Turner2016-10-031-0/+103
* added environment variable-related Args gtestsTodd Fiala2016-09-221-0/+85
* Fix compilation of unit tests.Zachary Turner2016-09-191-33/+33
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+1
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-1/+3
* Add unit tests for a few string conversion functions in Args.Zachary Turner2016-09-161-0/+89
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-44/+38
* Fix the clang -Werror build & make the unit tests link under LinuxDavid Blaikie2015-03-171-8/+8
* Fix a bug related to arg escaping, and add unit tests.Zachary Turner2015-03-141-0/+70
OpenPOWER on IntegriCloud