summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/OptionParser.cpp
AgeCommit message (Expand)Author
2020-11-12[lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utilit...Raphael Isemann
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-10Options: Reduce code duplicationPavel Labath
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-11-13Make OptionParser::Parse() take StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2015-11-05LLDB needs a mutex around getopt_long_only() function calls to avoid multi-th...Jim Ingham
2015-02-25Revert "Fix warnings found with clang-cl."Zachary Turner
2015-02-25Fix warnings found with clang-cl.Zachary Turner
2014-07-09Fix tests broken by the OptionValidator changes.Zachary Turner
2014-03-12Moved a check in HostGetOpt.h.Hafiz Abid Qadeer
2014-01-31Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal
2013-11-23Improved platform support.Greg Clayton
2013-11-22Fix indentation.Greg Clayton
2013-09-07Added some MSVC required functions in Windows.cpp. Moved MSVC specific getopt...Virgile Bello
2013-09-05Add OptionParser.hVirgile Bello