summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CommandLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-151-5/+45
* Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov2019-04-151-43/+5
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-131-5/+43
* Appease STLs where std::atomic<void*> lacks a constexpr default ctorReid Kleckner2019-04-041-4/+2
* Ensure that ManagedStatic is constant initialized in MSVC 2017 & 2019Reid Kleckner2019-04-041-3/+8
* Handle consecutive-double-quotes in Windows argument parsingSunil Srivastava2019-03-141-0/+7
* [CommandLine] Allow grouping options which can have values.Igor Kudrin2019-03-011-21/+24
* [CommandLine] Do not crash if an option has both ValueRequired and Grouping.Igor Kudrin2019-03-011-4/+7
* Recommit: Add support for prefix-only CLI optionsThomas Preud'homme2019-02-051-5/+14
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-16/+63
* Revert r353048.James Henderson2019-02-041-63/+16
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-16/+63
* Revert r352750.James Henderson2019-02-011-27/+5
* [CommandLine] Improve help text for cl::values style optionsJames Henderson2019-01-311-5/+27
* Revert "Add support for prefix-only CLI options"Thomas Preud'homme2019-01-271-14/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add support for prefix-only CLI optionsThomas Preud'homme2019-01-141-5/+14
* [FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny2018-11-061-2/+21
* [Support] Treat null bytes as separator in windows command line stringsMartin Storsjo2018-09-141-2/+6
* [CommandLine] Error message for incorrect PositionalEatArgs usageKeno Fischer2018-05-141-9/+25
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* On Windows we need to be able to process response files with Windows-styleDmitry Mikulin2018-03-051-1/+5
* Revert r322595: Specify inline for isWhitespace in CommandLine.cppRui Ueyama2018-01-221-1/+1
* Specify inline for isWhitespace in CommandLine.cppRui Ueyama2018-01-161-1/+1
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+48
* Reverted 321580: Added support for reading configuration filesSerge Pavlov2017-12-301-47/+0
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+47
* Improve performance TokenizeWindowsCommandLineRui Ueyama2017-12-271-20/+26
* Remove redundant includes from lib/Support.Michael Zolotukhin2017-12-131-1/+0
* Don't call exit from cl::PrintHelpMessage.Rafael Espindola2017-09-071-14/+10
* [ADT] Enable reverse iteration for DenseMapMandeep Singh Grang2017-08-241-11/+0
* Fix minor typo introduced in r276404Don Hinton2017-07-121-1/+1
* [ADT] Add llvm::to_floatPavel Labath2017-06-231-7/+4
* Allow VersionPrinter to print to arbitrary raw_ostreamsDimitry Andric2017-06-061-10/+8
* Allow suppressing host and target info in VersionPrinterXin Tong2017-04-191-1/+4
* Correct OptionCategoryCompare() in the command line library.Daniel Sanders2017-03-271-2/+3
* [Support][CommandLine] Make it possible to get error messages from ParseComma...Eric Liu2017-03-151-27/+24
* Add initial support for debug countingDaniel Berlin2017-02-191-5/+5
* CommandLine option: Relax the assertion introduced in r290467 to allows for e...Mehdi Amini2017-01-081-1/+1
* Add an assertion for cl::opt names: they can't start with '-'Mehdi Amini2016-12-231-0/+1
* Don't double-initialize cl::opt for iterating in reverse order to uncover non...Mehdi Amini2016-12-141-1/+1
* [llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in cod...Mandeep Singh Grang2016-12-141-0/+11
* Fix file name resolution in nested response filesSerge Pavlov2016-11-201-0/+6
* Allow resolving response file names relative to including fileSerge Pavlov2016-11-011-6/+23
* [Support][CommandLine] Display subcommands in help when there are less than 3Alex Lorenz2016-10-121-1/+1
* [cl] Don't print subcommand help when no subcommands present.Zachary Turner2016-10-111-4/+6
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-10-051-0/+11
* Use StringRef in StringSaver API (NFC)Mehdi Amini2016-10-051-5/+5
* Use StringRef in CommandLine Options handling (NFC)Mehdi Amini2016-10-011-52/+54
OpenPOWER on IntegriCloud