aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CommandLineTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-04[CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson1-0/+215
2019-02-04Revert r353048.James Henderson1-215/+0
2019-02-04[CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson1-0/+215
2019-02-01Revert r352750.James Henderson1-134/+0
2019-01-31[CommandLine] Improve help text for cl::values style optionsJames Henderson1-0/+134
2019-01-27Revert "Add support for prefix-only CLI options"Thomas Preud'homme1-75/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14Add support for prefix-only CLI optionsThomas Preud'homme1-1/+75
2018-06-13Do not enforce absolute path argv0 in windowsHans Wennborg1-0/+19
2018-05-15Use perfect forwarding to deduplicate code in unit test. NFC.Benjamin Kramer1-22/+2
2018-05-15Fix broken asan Support testsEric Liu1-8/+14
2018-05-14[CommandLine] Error message for incorrect PositionalEatArgs usageKeno Fischer1-0/+19
2018-04-07Fix stack-use-after-scope in test previously hidden by -fmerge-all-constantsVitaly Buka1-3/+3
2018-03-05On Windows we need to be able to process response files with Windows-styleDmitry Mikulin1-0/+35
2017-12-30Added support for reading configuration filesSerge Pavlov1-0/+133
2017-12-30Reverted 321580: Added support for reading configuration filesSerge Pavlov1-133/+0
2017-12-30Added support for reading configuration filesSerge Pavlov1-0/+133
2017-08-28[Support][CommandLine] Add cl::Option::setDefault()Evgeny Mankov1-0/+35
2017-06-20Support: chunk writing on LinuxSaleem Abdulrasool1-0/+6
2017-06-15Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova1-3/+6
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth1-2/+2
2017-05-28Reverted r304083 as it seems there is a desire to address this in the googlet...Galina Kistanova1-6/+3
2017-05-28Added braces to address gcc warning: suggest explicit braces to avoid ambiguo...Galina Kistanova1-3/+6
2017-03-15[Support][CommandLine] Make it possible to get error messages from ParseComma...Eric Liu1-21/+55
2016-11-01Attempt to pacify buildbotSerge Pavlov1-1/+1
2016-11-01Allow resolving response file names relative to including fileSerge Pavlov1-0/+65
2016-10-05[Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris1-0/+29
2016-10-01Use StringRef in CommandLine Options handling (NFC)Mehdi Amini1-24/+24
2016-09-13Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()"Zachary Turner1-23/+0
2016-09-13[Support][CommandLine] Add cl::getRegisteredSubcommands()Dean Michael Berris1-0/+23
2016-06-29Resubmit "Update llvm command line parser to support subcommands."Zachary Turner1-3/+213
2016-06-28Revert r274054 to try to appease the botManman Ren1-201/+3
2016-06-28Update llvm command line parser to support subcommands.Zachary Turner1-3/+201
2016-04-26Use gcc's rules for parsing gcc-style response filesNico Weber1-5/+6
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-10/+5
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-5/+10
2015-11-17StringRef-ify some Option APIsDavid Blaikie1-6/+6
2015-08-13There is only one saver of strings.Rafael Espindola1-1/+1
2015-06-13Bring in a BumpPtrStringSaver from lld and simplify the interface.Rafael Espindola1-9/+4
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-3/+1
2015-02-26Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner1-0/+2
2015-01-28Refactoring llvm command line parsing and option registration.Chris Bieneman1-7/+5
2015-01-27Re-landing changes to use ArrayRef instead of SmallVectorImpl, and new API test.Chris Bieneman1-3/+28
2015-01-27Revert r227148 & r227154 which added a test which infinitely loops.Richard Trieu1-25/+0
2015-01-27One more fix to the new API to fix const-correctness.Chris Bieneman1-1/+2
2015-01-26Pete Cooper suggested the new API should use ArrayRef instead of SmallVectorI...Chris Bieneman1-0/+24
2015-01-26Putting all the standard tool options into a "Generic" category.Chris Bieneman1-0/+5
2015-01-21Adding a new cl::HideUnrelatedOptions API to allow clang to migrate off cl::g...Chris Bieneman1-0/+11
2014-08-22Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner1-3/+3
2014-08-15Revert "[Support] Promote cl::StringSaver to a separate utility"Sean Silva1-2/+9