aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-16Reset all options in cl::ResetCommandLineParser()Christian Sigg1-2/+10
2021-08-03[Support] Initialize common options in `getRegisteredOptions`Senran Zhang1-0/+1
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-143/+194
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-194/+143
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-143/+194
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini1-194/+143
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini1-143/+194
2021-07-08PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie1-2/+2
2021-05-07[NFC] Correctly assert the indents for printEnumValHelpStr.Joachim Meyer1-1/+1
2021-04-21[Support] Don't include VirtualFileSystem.h in CommandLine.hNico Weber1-4/+14
2021-02-04[Support] Indent multi-line descr of enum cli options.Joachim Meyer1-6/+19
2021-01-27[Support] CommandLine.cpp - Fix clang-tidy namespace comment warnings. NFCI.Simon Pilgrim1-2/+2
2021-01-27[Support] Fix clang-tidy auto warnings. NFCI.Simon Pilgrim1-16/+16
2021-01-19[llvm] Use llvm::any_of (NFC)Kazu Hirata1-1/+1
2021-01-01[llvm] Use *Map::lookup (NFC)Kazu Hirata1-5/+1
2020-12-10[Support] Use is_contained (NFC)Kazu Hirata1-2/+2
2020-11-05Fix bugs in EOL marking in command line tokenizersReid Kleckner1-6/+6
2020-08-04[llvm-symbolizer] Switch command line parsing from llvm::cl to OptTableFangrui Song1-0/+16
2020-07-31[Support][CommandLine] Delete unused llvm::cl::ParseEnvrironmentOptionsFangrui Song1-30/+0
2020-07-09VersionPrinter - use const auto& iterator in for-range-loop.Simon Pilgrim1-1/+1
2020-06-17[llvm] [CommandLine] Do not suggest really hidden opts in nearest lookupMichał Górny1-0/+4
2020-06-02[llvm-dwarfdump] Print [=<offset>] after --debug-* options in help output.Jonas Devlieghere1-2/+3
2020-05-27Fix Windows command line bug when last token in response file is ""Adrian McCarthy1-1/+1
2020-05-02[COFF] Add and use a zero-copy tokenizer for .drectveReid Kleckner1-59/+86
2020-04-17[CommandLine] Fix cl::ConsumeAfter support with more than one positional argu...Yi-Hong Lyu1-3/+3
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+3
2020-01-01[NFC] Fixes -Wrange-loop-analysis warningsMark de Wever1-4/+4
2019-12-23Fix LLVM tool --version build mode printing for MSVCReid Kleckner1-1/+23
2019-12-19[CommandLine] Add template instantiations of cl::parser for long and long long.River Riddle1-0/+24
2019-12-04Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes...Kadir Cetinkaya1-28/+46
2019-12-04Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp...Kadir Cetinkaya1-46/+28
2019-12-04[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResponseFilesKadir Cetinkaya1-28/+46
2019-12-04[Support] add vfs support for ExpandResponseFilesKadir Cetinkaya1-18/+43
2019-11-06[CommandLine] Add inline ArgName printingDon Hinton1-14/+20
2019-10-05Expose ProvidePositionalOption as a public APIMehdi Amini1-1/+1
2019-07-11Revert Recommit "[CommandLine] Remove OptionCategory and SubCommand caches fr...Haojian Wu1-53/+59
2019-07-10Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton1-59/+53
2019-06-22Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...Don Hinton1-49/+58
2019-06-22[CommandLine] Remove OptionCategory and SubCommand caches from the Option class.Don Hinton1-58/+49
2019-06-10[Support] Explicitly detect recursive response filesShoaib Meenai1-9/+50
2019-05-16[CommandLine] Don't allow duplicate categories.Don Hinton1-1/+1
2019-05-11[CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5Don Hinton1-20/+40
2019-05-07[CommandLine] Allow Options to specify multiple OptionCategory's.Don Hinton1-12/+25
2019-05-03[CommandLine] Enable Grouping for short options by default. Part 4 of 5Don Hinton1-0/+2
2019-05-03[CommandLine] Change help output to prefix long options with `--` instead of ...Don Hinton1-34/+63
2019-04-29[CommandLine] Don't allow unlimitted dashes for options. Part 1 or 5Don Hinton1-4/+4
2019-04-24Try once more to ensure constant initializaton of ManagedStaticsReid Kleckner1-0/+1
2019-04-24[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song1-1/+14
2019-04-16Reapply [Support] Fix recursive response file expansion guardShoaib Meenai1-4/+6
2019-04-15Revert [Support] Fix recursive response file expansion guardShoaib Meenai1-6/+4