aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CommandLineTest.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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