summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/CommandLineTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CommandLine] Add missing CallbacksDavid Green2019-12-091-0/+8
* [CommandLine] Add callbacks to OptionsDon Hinton2019-12-061-2/+64
* Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes...Kadir Cetinkaya2019-12-041-100/+119
* Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp...Kadir Cetinkaya2019-12-041-98/+100
* [llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFilesKadir Cetinkaya2019-12-041-100/+98
* [CommandLine] Add inline ArgName printingDon Hinton2019-11-061-0/+50
* Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu2019-07-111-48/+22
* Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton2019-07-101-22/+48
* Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...Don Hinton2019-06-221-43/+17
* [CommandLine] Remove OptionCategory and SubCommand caches from the Option class.Don Hinton2019-06-221-17/+43
* [Support] Explicitly detect recursive response filesShoaib Meenai2019-06-101-19/+67
* [CommandLine] Don't allow duplicate categories.Don Hinton2019-05-161-0/+4
* [Support] Ensure redirected outputs don't contain output from previous tests.David L. Jones2019-05-131-0/+1
* [CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5Don Hinton2019-05-111-0/+73
* [CommandLine] Allow Options to specify multiple OptionCategory's.Don Hinton2019-05-071-8/+60
* [CommandLine] Change help output to prefix long options with `--` instead of ...Don Hinton2019-05-031-14/+14
* [CommandLine} Wire-up cl::list::setDefault() so it will work correctly with c...Don Hinton2019-04-301-0/+14
* Reapply [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-161-0/+37
* Reapply [Support] Add a test for recursive response file expansionShoaib Meenai2019-04-161-0/+34
* Revert [Support] Add a test for recursive response file expansionShoaib Meenai2019-04-151-31/+0
* Revert [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-37/+0
* [Support] Fix recursive response file expansion guardShoaib Meenai2019-04-151-0/+37
* [Support] Add a test for recursive response file expansionShoaib Meenai2019-04-151-0/+31
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-151-0/+62
* Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov2019-04-151-61/+0
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-131-0/+61
* Handle consecutive-double-quotes in Windows argument parsingSunil Srivastava2019-03-141-1/+8
* [CommandLine] Allow grouping options which can have values.Igor Kudrin2019-03-011-1/+172
* [CommandLine] Do not crash if an option has both ValueRequired and Grouping.Igor Kudrin2019-03-011-0/+22
* Recommit: Add support for prefix-only CLI optionsThomas Preud'homme2019-02-051-0/+74
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-0/+215
* Revert r353048.James Henderson2019-02-041-215/+0
* [CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson2019-02-041-0/+215
* Revert r352750.James Henderson2019-02-011-134/+0
* [CommandLine] Improve help text for cl::values style optionsJames Henderson2019-01-311-0/+134
* Revert "Add support for prefix-only CLI options"Thomas Preud'homme2019-01-271-75/+1
* 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-1/+75
* Do not enforce absolute path argv0 in windowsHans Wennborg2018-06-131-0/+19
* Use perfect forwarding to deduplicate code in unit test. NFC.Benjamin Kramer2018-05-151-22/+2
* Fix broken asan Support testsEric Liu2018-05-151-8/+14
* [CommandLine] Error message for incorrect PositionalEatArgs usageKeno Fischer2018-05-141-0/+19
* Fix stack-use-after-scope in test previously hidden by -fmerge-all-constantsVitaly Buka2018-04-071-3/+3
* On Windows we need to be able to process response files with Windows-styleDmitry Mikulin2018-03-051-0/+35
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+133
* Reverted 321580: Added support for reading configuration filesSerge Pavlov2017-12-301-133/+0
* Added support for reading configuration filesSerge Pavlov2017-12-301-0/+133
* [Support][CommandLine] Add cl::Option::setDefault()Evgeny Mankov2017-08-281-0/+35
* Support: chunk writing on LinuxSaleem Abdulrasool2017-06-201-0/+6
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-3/+6
OpenPOWER on IntegriCloud