summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CommandLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-4/+4
* Fix LLVM tool --version build mode printing for MSVCReid Kleckner2019-12-231-1/+23
* [CommandLine] Add template instantiations of cl::parser for long and long long.River Riddle2019-12-191-0/+24
* Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes...Kadir Cetinkaya2019-12-041-28/+46
* Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp...Kadir Cetinkaya2019-12-041-46/+28
* [llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFilesKadir Cetinkaya2019-12-041-28/+46
* [Support] add vfs support for ExpandResponseFilesKadir Cetinkaya2019-12-041-18/+43
* [CommandLine] Add inline ArgName printingDon Hinton2019-11-061-14/+20
* Expose ProvidePositionalOption as a public APIMehdi Amini2019-10-051-1/+1
* Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu2019-07-111-53/+59
* Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton2019-07-101-59/+53
* Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...Don Hinton2019-06-221-49/+58
* [CommandLine] Remove OptionCategory and SubCommand caches from the Option class.Don Hinton2019-06-221-58/+49
* [Support] Explicitly detect recursive response filesShoaib Meenai2019-06-101-9/+50
* [CommandLine] Don't allow duplicate categories.Don Hinton2019-05-161-1/+1
* [CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5Don Hinton2019-05-111-20/+40
* [CommandLine] Allow Options to specify multiple OptionCategory's.Don Hinton2019-05-071-12/+25
* [CommandLine] Enable Grouping for short options by default. Part 4 of 5Don Hinton2019-05-031-0/+2
* [CommandLine] Change help output to prefix long options with `--` instead of ...Don Hinton2019-05-031-34/+63
* [CommandLine] Don't allow unlimitted dashes for options. Part 1 or 5Don Hinton2019-04-291-4/+4
* Try once more to ensure constant initializaton of ManagedStaticsReid Kleckner2019-04-241-0/+1
* [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2019-04-241-1/+14
* Reapply [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-161-4/+6
* Revert [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-6/+4
* [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-4/+6
* [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
OpenPOWER on IntegriCloud