aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-15[Support] Fix recursive response file expansion guardShoaib Meenai1-4/+6
2019-04-15[CommandLineParser] Add DefaultOption flagDon Hinton1-5/+45
2019-04-15Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov1-43/+5
2019-04-13[CommandLineParser] Add DefaultOption flagDon Hinton1-5/+43
2019-04-04Appease STLs where std::atomic<void*> lacks a constexpr default ctorReid Kleckner1-4/+2
2019-04-04Ensure that ManagedStatic is constant initialized in MSVC 2017 & 2019Reid Kleckner1-3/+8
2019-03-14Handle consecutive-double-quotes in Windows argument parsingSunil Srivastava1-0/+7
2019-03-01[CommandLine] Allow grouping options which can have values.Igor Kudrin1-21/+24
2019-03-01[CommandLine] Do not crash if an option has both ValueRequired and Grouping.Igor Kudrin1-4/+7
2019-02-05Recommit: Add support for prefix-only CLI optionsThomas Preud'homme1-5/+14
2019-02-04[CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson1-16/+63
2019-02-04Revert r353048.James Henderson1-63/+16
2019-02-04[CommandLine] Don't print empty sentinel values from EnumValN lists in help textJames Henderson1-16/+63
2019-02-01Revert r352750.James Henderson1-27/+5
2019-01-31[CommandLine] Improve help text for cl::values style optionsJames Henderson1-5/+27
2019-01-27Revert "Add support for prefix-only CLI options"Thomas Preud'homme1-14/+5
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-5/+14
2018-11-06[FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny1-2/+21