summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAgeFilesLines
* Expose ProvidePositionalOption as a public APIMehdi Amini2019-10-051-0/+3
* Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu2019-07-111-32/+25
* Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton2019-07-101-25/+32
* Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...Don Hinton2019-06-221-26/+20
* [CommandLine] Remove OptionCategory and SubCommand caches from the Option class.Don Hinton2019-06-221-20/+26
* [CommandLine] Reduce size of Option classDon Hinton2019-05-181-13/+14
* [CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5Don Hinton2019-05-111-1/+2
* [CommandLine] Allow Options to specify multiple OptionCategory's.Don Hinton2019-05-071-5/+8
* [CommandLine] Enable Grouping for short options by default. Part 4 of 5Don Hinton2019-05-031-1/+5
* [llvm] Revert r231274: "Devirtualize ~parser<T> by making it protected in bas...Don Hinton2019-05-031-16/+11
* [CommandLine} Wire-up cl::list::setDefault() so it will work correctly with c...Don Hinton2019-04-301-1/+10
* [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2019-04-241-1/+24
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-151-3/+10
* Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov2019-04-151-10/+3
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-131-3/+10
* [CommandLine] Allow grouping options which can have values.Igor Kudrin2019-03-011-9/+10
* Recommit: Add support for prefix-only CLI optionsThomas Preud'homme2019-02-051-2/+6
* Revert "Add support for prefix-only CLI options"Thomas Preud'homme2019-01-271-6/+2
* 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-2/+6
* [FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny2018-11-061-1/+10
* [CommandLine] Error message for incorrect PositionalEatArgs usageKeno Fischer2018-05-141-1/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-11/+11
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+27
* Reverted 321580: Added support for reading configuration filesSerge Pavlov2017-12-301-27/+0
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+27
* typoAdrian Prantl2017-09-201-1/+1
* Don't call exit from cl::PrintHelpMessage.Rafael Espindola2017-09-071-2/+0
* [Support][CommandLine] Add cl::Option::setDefault()Evgeny Mankov2017-08-281-0/+22
* [Support] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-091-28/+40
* Allow VersionPrinter to print to arbitrary raw_ostreamsDimitry Andric2017-06-061-2/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [Support][CommandLine] Make it possible to get error messages from ParseComma...Eric Liu2017-03-151-1/+4
* Add initial support for debug countingDaniel Berlin2017-02-191-0/+3
* Make some operator bools explicit for sanity/safety.David Blaikie2017-01-111-1/+1
* [IR] Fix some Clang-tidy modernize-use-equals-delete and Include What You Use...Eugene Zelenko2016-12-051-1/+0
* Fix broken buildbots because of r288424 (NFC).Eugene Zelenko2016-12-011-0/+1
* [ADT, Support, TableGen] Fix some Clang-tidy modernize-use-default and Includ...Eugene Zelenko2016-12-011-33/+64
* [CommandLine] Remove redundant initializers for StringRef membersMalcolm Parsons2016-11-241-4/+4
* Allow resolving response file names relative to including fileSerge Pavlov2016-11-011-1/+3
* Add `llvm::` in clEnumVal macro (NFC)Mehdi Amini2016-10-141-2/+2
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-33/+24
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-10-051-0/+22
* Use StringRef in CommandLine Options handling (NFC)Mehdi Amini2016-10-011-52/+52
* Fix a typo, depricated -> deprecatedMartin Storsjo2016-09-271-1/+1
* Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"Zachary Turner2016-09-131-22/+0
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-09-131-0/+22
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-1/+2
* Add a default parameter for getRegisteredOptions.Zachary Turner2016-07-061-1/+1
* Resubmit "Update llvm command line parser to support subcommands."Zachary Turner2016-06-291-5/+82
OpenPOWER on IntegriCloud