summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/OptionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Options: Reduce code duplicationPavel Labath2019-07-101-3/+5
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Make OptionParser::Parse() take StringRef.Zachary Turner2016-11-131-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-85/+50
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-3/+3
* LLDB needs a mutex around getopt_long_only() function calls to avoid multi-th...Jim Ingham2015-11-051-1/+3
* Revert "Fix warnings found with clang-cl."Zachary Turner2015-02-251-1/+1
* Fix warnings found with clang-cl.Zachary Turner2015-02-251-1/+1
* Fix tests broken by the OptionValidator changes.Zachary Turner2014-07-091-1/+16
* Moved a check in HostGetOpt.h.Hafiz Abid Qadeer2014-03-121-4/+0
* Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal2014-01-311-6/+2
* Improved platform support.Greg Clayton2013-11-231-3/+47
* Fix indentation.Greg Clayton2013-11-221-3/+5
* Added some MSVC required functions in Windows.cpp. Moved MSVC specific getopt...Virgile Bello2013-09-071-1/+1
* Add OptionParser.hVirgile Bello2013-09-051-0/+61
OpenPOWER on IntegriCloud