summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/CommandLineTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-2/+2
* Reverted r304083 as it seems there is a desire to address this in the googlet...Galina Kistanova2017-05-281-6/+3
* Added braces to address gcc warning: suggest explicit braces to avoid ambiguo...Galina Kistanova2017-05-281-3/+6
* [Support][CommandLine] Make it possible to get error messages from ParseComma...Eric Liu2017-03-151-21/+55
* Attempt to pacify buildbotSerge Pavlov2016-11-011-1/+1
* Allow resolving response file names relative to including fileSerge Pavlov2016-11-011-0/+65
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-10-051-0/+29
* Use StringRef in CommandLine Options handling (NFC)Mehdi Amini2016-10-011-24/+24
* Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"Zachary Turner2016-09-131-23/+0
* [Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris2016-09-131-0/+23
* Resubmit "Update llvm command line parser to support subcommands."Zachary Turner2016-06-291-3/+213
* Revert r274054 to try to appease the botManman Ren2016-06-281-201/+3
* Update llvm command line parser to support subcommands.Zachary Turner2016-06-281-3/+201
* Use gcc's rules for parsing gcc-style response filesNico Weber2016-04-261-5/+6
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-10/+5
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-5/+10
* StringRef-ify some Option APIsDavid Blaikie2015-11-171-6/+6
* There is only one saver of strings.Rafael Espindola2015-08-131-1/+1
* Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola2015-06-131-9/+4
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+1
* Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner2015-02-261-0/+2
* Refactoring llvm command line parsing and option registration.Chris Bieneman2015-01-281-7/+5
* Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.Chris Bieneman2015-01-271-3/+28
* Revert r227148 & r227154 which added a test which infinitely loops.Richard Trieu2015-01-271-25/+0
* One more fix to the new API to fix const-correctness.Chris Bieneman2015-01-271-1/+2
* Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorI...Chris Bieneman2015-01-261-0/+24
* Putting all the standard tool options into a "Generic" category.Chris Bieneman2015-01-261-0/+5
* Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::g...Chris Bieneman2015-01-211-0/+11
* Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner2014-08-221-3/+3
OpenPOWER on IntegriCloud