aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-20[Support] Move Target/CPU Printing out of CommandLineArchibald Elliott1-28/+22
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata1-1/+0
2022-12-06Process: convert Optional to std::optionalKrzysztof Parzyszek1-2/+3
2022-11-16[Driver] Enable nested configuration filesSerge Pavlov1-10/+27
2022-11-03[Clang] Check for response file existence prior to check for recursionSerge Pavlov1-30/+31
2022-10-31Handle errors in expansion of response filesSerge Pavlov1-65/+87
2022-10-30Revert "Handle errors in expansion of response files"Serge Pavlov1-87/+65
2022-10-29Handle errors in expansion of response filesSerge Pavlov1-65/+87
2022-10-19Keep configuration file search directories in ExpansionContext. NFCSerge Pavlov1-0/+37
2022-09-29[Support] Class for response file expansion (NFC)Serge Pavlov1-48/+30
2022-09-28Revert "[Support] Class for response file expansion (NFC)"Serge Pavlov1-30/+48
2022-09-28[Support] Class for response file expansion (NFC)Serge Pavlov1-48/+30
2022-09-09[Clang] Use virtual FS in processing config filesSerge Pavlov1-11/+20
2022-09-09Revert "[Clang] Use virtual FS in processing config files"Serge Pavlov1-20/+11
2022-09-09[Clang] Use virtual FS in processing config filesSerge Pavlov1-11/+20
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-2/+2
2022-08-02CommandLine: add and use cl::SubCommand::get{All,TopLevel}Nicolai Hähnle1-28/+32
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata1-1/+1
2022-07-14[CommandLine] --help: print "-o <xxx>" instead of "-o=<xxx>"Fangrui Song1-2/+4
2022-06-12[Support] Use default member initialization (NFC)Kazu Hirata1-2/+2
2022-06-07[config] Remove vestigial LLVM_VERSION_INFOReid Kleckner1-5/+1
2022-05-03[Windows] Fix handling of \" in program name on cmd line.Simon Tatham1-13/+52
2022-05-03[Windows] Fix cmd line tokenization of unclosed quotes.Simon Tatham1-1/+1
2022-03-11[CommandLine] Remove `may only occur zero or one times!` errorFangrui Song1-15/+0
2022-02-06[llvm] Use = default (NFC)Kazu Hirata1-1/+1
2022-01-26Fix edb02d8c5df36bb375df7171b4ba61635564dfb4serge-sans-paille1-1/+1
2022-01-26[NFC] Use an llvm::DenseMap instead of std::map in CategorizedHelpPrinter::pr...serge-sans-paille1-7/+2
2022-01-25Revert "[NFC] Use an llvm::DenseMap instead of std::map in CategorizedHelpPri...Nico Weber1-1/+6
2022-01-25Revert "Fix build issue in assert mode introduced by 6427f4c52c31cc36004"Nico Weber1-3/+1
2022-01-25Fix build issue in assert mode introduced by 6427f4c52c31cc36004serge-sans-paille1-1/+3
2022-01-25[NFC] Use an llvm::DenseMap instead of std::map in CategorizedHelpPrinter::pr...serge-sans-paille1-6/+1
2022-01-24Move STLFunctionalExtras out of STLExtrasserge-sans-paille1-1/+1
2021-12-30[Support] Expand `<CFGDIR>` as the base directory in configuration files.Jack Andersen1-16/+58
2021-12-10[Support] Use range-based for loops (NFC)Kazu Hirata1-22/+11
2021-11-30fix inverted logic for HideUnrelatedOptionsJameson Nash1-5/+11
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