aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CommandLineTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-13[llvm][unittests] Don't call raw_string_ostream::flush() (NFC)JOE19941-20/+9
2024-04-17[Support] Report EISDIR when opening a directory (#79880)azhan921-2/+0
2024-01-13[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#77722)Igor Kudrin1-0/+5
2024-01-09[CommandLine] Do not print empty categories with '--help-hidden' (#77043)Igor Kudrin1-0/+25
2023-12-19[Support] Fix warningsKazu Hirata1-2/+2
2023-12-20[CommandLine] Add subcommand groups (#75678)Igor Kudrin1-0/+27
2023-12-14[CommandLine] Better report unknown subcommands (#74811)Igor Kudrin1-0/+30
2023-12-10[Support] Remove unnecessary includes (NFC)Kazu Hirata1-1/+0
2023-12-09[CommandLine] Show '[subcommand]' in the help for less than 3 subcommands (#7...Igor Kudrin1-17/+56
2023-11-12Reland "[Support]Look up in top-level subcommand as a fallback when looking o...Mingming Liu1-0/+53
2023-11-10Revert "[Support]Look up in top-level subcommand as a fallback when looking o...Mingming Liu1-53/+0
2023-11-10[Support]Look up in top-level subcommand as a fallback when looking options f...Mingming Liu1-0/+53
2023-09-10Fix logic to detect cl::option equality. (#65754)Christian Sigg1-9/+40
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-05Disable a part of the unit test CommandLineTest/BadResponseFile for z/OS.Zibi Sarbinowski1-1/+1
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-11-26[llvm] Use std::size (NFC)Kazu Hirata1-3/+3
2022-10-31[Support] Do not run test on AIXSerge Pavlov1-0/+2
2022-10-31Handle errors in expansion of response filesSerge Pavlov1-7/+38
2022-10-30Revert "Handle errors in expansion of response files"Serge Pavlov1-38/+7
2022-10-29Handle errors in expansion of response filesSerge Pavlov1-7/+38
2022-10-06[LLVM][Support] Support for `llvm::cl::list`'s default valuesSon Tuan Vu1-3/+26
2022-09-29[Support] Class for response file expansion (NFC)Serge Pavlov1-23/+18
2022-09-28Revert "[Support] Class for response file expansion (NFC)"Serge Pavlov1-18/+23
2022-09-28[Support] Class for response file expansion (NFC)Serge Pavlov1-23/+18
2022-09-09[Clang] Use virtual FS in processing config filesSerge Pavlov1-1/+2
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser1-7/+7
2022-08-02CommandLine: add and use cl::SubCommand::get{All,TopLevel}Nicolai Hähnle1-17/+19
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song1-1/+1
2022-05-03[Windows] Fix handling of \" in program name on cmd line.Simon Tatham1-0/+18
2022-05-03[Windows] Fix cmd line tokenization of unclosed quotes.Simon Tatham1-1/+13
2022-04-05[unittests] fix intermittent SupportTests failuresYuanfang Chen1-2/+4
2022-03-11[CommandLine] Remove `may only occur zero or one times!` errorFangrui Song1-0/+8
2022-03-11[CommandLine] Keep option default value unset if no cl::init() is usedYevgeny Rouban1-0/+56
2022-03-10[Support] Try 2: Reset option to its default if its Default field is undefinedYevgeny Rouban1-4/+7
2022-02-27Revert "[Support] Reset option to its default if its Default field is undefined"Yevgeny Rouban1-7/+4
2022-02-27[Support] Reset option to its default if its Default field is undefinedYevgeny Rouban1-4/+7
2022-02-11[RGT] Refactor Windows-specific checks into their own testPaul Robinson1-11/+14
2022-02-09[Support] Fix for two issues with clearing of the internal storage for cl::bitsRVP1-3/+11
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-5/+5
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-5/+5
2022-01-21[NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B)Archibald Elliott1-45/+44
2021-12-30[Support] Expand `<CFGDIR>` as the base directory in configuration files.Jack Andersen1-19/+48
2021-11-05[Support] [Windows] Convert paths to the preferred formMartin Storsjö1-0/+6
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