summaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Support/CommandLine.h
AgeCommit message (Expand)Author
2025-11-02[ADT, Support] Remove redundant typename (NFC) (#166045)Kazu Hirata
2025-10-18[ADT, Support] Drop "public" from public inheritance (NFC) (#164119)Kazu Hirata
2025-09-25Enable parsing of optional strings (#154364)Jacques Pienaar
2025-09-18[llvm][clang] Pass VFS to `llvm::cl` command line handling (#159174)Jan Svoboda
2025-07-24[llvm] get cl::opt instantiations working with MSVC DLL build (#147810)Andrew Rogers
2025-07-08Add an llvm::cl::opt::operator=(T &&Val) (#147502)Tom Natan
2025-05-12[llvm] annotate interfaces in llvm/Support for DLL export (#136014)Andrew Rogers
2025-04-27[Support] Simplify setDefaultImpl (NFC) (#137528)Kazu Hirata
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov
2024-04-05[driver] Make --version show if assertions, etc. are enabled (#87585)Cassie Jones
2024-02-15[llvm][Support] Add quotes around option name (#81784)Jacob Lambert
2023-12-20[CommandLine] Add subcommand groups (#75678)Igor Kudrin
2023-12-20[CommandLine][NFCI] Simplify enumerating subcommands of an option (#75679)Igor Kudrin
2023-10-24[llvm][support] Show name of overlapping cl option (#70108)Maksim Levental
2023-09-10Fix logic to detect cl::option equality. (#65754)Christian Sigg
2023-04-16[Support] Apply fixes from modernize-type-trait (NFC)Kazu Hirata
2023-03-27[documentation] Fix TyposPriyanshi Agarwal
2023-03-15Use *{Map,Set}::contains (NFC)Kazu Hirata
2022-12-10Don't include None.h (NFC)Kazu Hirata
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song
2022-10-31Handle errors in expansion of response filesSerge Pavlov
2022-10-30Revert "Handle errors in expansion of response files"Serge Pavlov
2022-10-29Handle errors in expansion of response filesSerge Pavlov
2022-10-19Keep configuration file search directories in ExpansionContext. NFCSerge Pavlov
2022-10-07Fix typos - show in the binarySylvestre Ledru
2022-10-06[LLVM][Support] Support for `llvm::cl::list`'s default valuesSon Tuan Vu
2022-09-29[Support] Class for response file expansion (NFC)Serge Pavlov
2022-09-28Revert "[Support] Class for response file expansion (NFC)"Serge Pavlov
2022-09-28[Support] Class for response file expansion (NFC)Serge Pavlov
2022-09-09[Clang] Use virtual FS in processing config filesSerge Pavlov
2022-09-09Revert "[Clang] Use virtual FS in processing config files"Serge Pavlov
2022-09-09[Clang] Use virtual FS in processing config filesSerge Pavlov
2022-08-20Revert "Use std::is_same_v instead of std::is_same (NFC)"Kazu Hirata
2022-08-20Use std::is_same_v instead of std::is_same (NFC)Kazu Hirata
2022-08-02CommandLine: add and use cl::SubCommand::get{All,TopLevel}Nicolai Hähnle
2022-05-03[Windows] Fix handling of \" in program name on cmd line.Simon Tatham
2022-03-11[CommandLine] Keep option default value unset if no cl::init() is usedYevgeny Rouban
2022-03-10[Support] Try 2: Reset option to its default if its Default field is undefinedYevgeny Rouban
2022-02-27Revert "[Support] Reset option to its default if its Default field is undefined"Yevgeny Rouban
2022-02-27[Support] Reset option to its default if its Default field is undefinedYevgeny Rouban
2022-02-09[Support] Fix for two issues with clearing of the internal storage for cl::bitsRVP
2022-02-03[Support][NFC] Don’t duplicate class or function name in commentAmir Ayupov
2022-01-30[llvm] Use = default (NFC)Kazu Hirata
2021-12-30[Support] Expand `<CFGDIR>` as the base directory in configuration files.Jack Andersen
2021-12-28[llvm] Use nullptr instead of 0 (NFC)Kazu Hirata
2021-10-14[llvm] Use llvm::is_contained (NFC)Kazu Hirata
2021-09-08Support: hoist `extern template` declarationsSaleem Abdulrasool
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini