aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CommandLineTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Reset all options in cl::ResetCommandLineParser()Christian Sigg1-0/+30
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-10/+10
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-10/+10
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-10/+10
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-10/+10
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-10/+10
2021-07-08PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie1-1/+1
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-2/+2
2021-04-21[Support] Don't include VirtualFileSystem.h in CommandLine.hNico Weber1-11/+11
2021-02-04[Support] Indent multi-line descr of enum cli options.Joachim Meyer1-0/+22
2020-11-05Fix bugs in EOL marking in command line tokenizersReid Kleckner1-32/+68
2020-09-02[llvm] [unittests] Remove temporary files after they're not neededSergej Jaskiewicz1-41/+25
2020-07-31[Support][CommandLine] Delete unused llvm::cl::ParseEnvrironmentOptionsFangrui Song1-32/+0
2020-07-23[Windows] Fix limit on command line sizeSerge Pavlov1-0/+12
2020-07-22Revert "[Windows] Fix limit on command line size"Serge Pavlov1-12/+0
2020-07-21[Windows] Fix limit on command line sizeSerge Pavlov1-0/+12
2020-06-17[llvm] [CommandLine] Do not suggest really hidden opts in nearest lookupMichał Górny1-0/+23
2020-05-27Fix Windows command line bug when last token in response file is ""Adrian McCarthy1-2/+13
2020-04-17[CommandLine] Fix cl::ConsumeAfter support with more than one positional argu...Yi-Hong Lyu1-0/+45
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner1-0/+1
2019-12-09[CommandLine] Add missing CallbacksDavid Green1-0/+8
2019-12-06[CommandLine] Add callbacks to OptionsDon Hinton1-2/+64
2019-12-04Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes...Kadir Cetinkaya1-100/+119
2019-12-04Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp...Kadir Cetinkaya1-98/+100
2019-12-04[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFilesKadir Cetinkaya1-100/+98
2019-11-06[CommandLine] Add inline ArgName printingDon Hinton1-0/+50
2019-07-11Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu1-48/+22
2019-07-10Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton1-22/+48
2019-06-22Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...Don Hinton1-43/+17
2019-06-22[CommandLine] Remove OptionCategory and SubCommand caches from the Option class.Don Hinton1-17/+43
2019-06-10[Support] Explicitly detect recursive response filesShoaib Meenai1-19/+67
2019-05-16[CommandLine] Don't allow duplicate categories.Don Hinton1-0/+4
2019-05-13[Support] Ensure redirected outputs don't contain output from previous tests.David L. Jones1-0/+1
2019-05-11[CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5Don Hinton1-0/+73
2019-05-07[CommandLine] Allow Options to specify multiple OptionCategory's.Don Hinton1-8/+60
2019-05-03[CommandLine] Change help output to prefix long options with `--` instead of ...Don Hinton1-14/+14
2019-04-30[CommandLine} Wire-up cl::list::setDefault() so it will work correctly with c...Don Hinton1-0/+14
2019-04-16Reapply [Support] Fix recursive response file expansion guardShoaib Meenai1-0/+37
2019-04-16Reapply [Support] Add a test for recursive response file expansionShoaib Meenai1-0/+34
2019-04-15Revert [Support] Add a test for recursive response file expansionShoaib Meenai1-31/+0
2019-04-15Revert [Support] Fix recursive response file expansion guardShoaib Meenai1-37/+0
2019-04-15[Support] Fix recursive response file expansion guardShoaib Meenai1-0/+37
2019-04-15[Support] Add a test for recursive response file expansionShoaib Meenai1-0/+31
2019-04-15[CommandLineParser] Add DefaultOption flagDon Hinton1-0/+62
2019-04-15Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov1-61/+0
2019-04-13[CommandLineParser] Add DefaultOption flagDon Hinton1-0/+61
2019-03-14Handle consecutive-double-quotes in Windows argument parsingSunil Srivastava1-1/+8
2019-03-01[CommandLine] Allow grouping options which can have values.Igor Kudrin1-1/+172
2019-03-01[CommandLine] Do not crash if an option has both ValueRequired and Grouping.Igor Kudrin1-0/+22
2019-02-05Recommit: Add support for prefix-only CLI optionsThomas Preud'homme1-0/+74