summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
AgeCommit message (Expand)Author
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-09-03Reapply [IR] Remove options to make scalable TypeSize access a warning (#156336)Nikita Popov
2025-09-02Revert "[IR] Remove options to make scalable TypeSize access a warning (#1563...Nikita Popov
2025-09-02[IR] Remove options to make scalable TypeSize access a warning (#156336)Nikita Popov
2025-07-24[llvm] get cl::opt instantiations working with MSVC DLL build (#147810)Andrew Rogers
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi
2025-05-17[Support] Use range-based for loops (NFC) (#140401)Kazu Hirata
2025-05-12[llvm] annotate interfaces in llvm/Support for DLL export (#136014)Andrew Rogers
2025-05-11[llvm] Use StringRef::drop_back (NFC) (#139471)Kazu Hirata
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata
2024-08-12[NFC][Support] Create helper function to parse bool (#102818)Rahul Joshi
2024-07-05[Support] Use range-based for loops (NFC) (#97657)Kazu Hirata
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov
2024-05-17[Support] Drop nop conversions of StringRef to StringRef (NFC)Kazu Hirata
2024-04-05[driver] Make --version show if assertions, etc. are enabled (#87585)Cassie Jones
2024-03-19Revert "[llvm] Include LLVM_REPOSITORY and LLVM_REVISION in tool version" (#8...Jonas Devlieghere
2024-03-13[llvm] Include LLVM_REPOSITORY and LLVM_REVISION in tool version (#84990)Jonas Devlieghere
2024-01-31[llvm] Use StringRef::starts_with (NFC)Kazu Hirata
2024-01-13[Support] Use StringRef::consume_front (NFC)Kazu Hirata
2024-01-13[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#77722)Igor Kudrin
2024-01-10Revert "[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#770...Igor Kudrin
2024-01-11[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#77041)Igor Kudrin
2024-01-09[CommandLine] Do not print empty categories with '--help-hidden' (#77043)Igor Kudrin
2023-12-20[CommandLine][NFC] Replace 'std::function' with 'function_ref' (#75973)Igor Kudrin
2023-12-20[CommandLine][NFCI] Simplify enumerating subcommands of an option (#75679)Igor Kudrin
2023-12-13[CommandLine] Remove unused variable 'NearestHandler' (fixup for #74811)Igor Kudrin
2023-12-14[CommandLine] Better report unknown subcommands (#74811)Igor Kudrin
2023-12-09[CommandLine] Show '[subcommand]' in the help for less than 3 subcommands (#7...Igor Kudrin
2023-11-12Reland "[Support]Look up in top-level subcommand as a fallback when looking o...Mingming Liu
2023-11-10Revert "[Support]Look up in top-level subcommand as a fallback when looking o...Mingming Liu
2023-11-10[Support]Look up in top-level subcommand as a fallback when looking options f...Mingming Liu
2023-09-10Fix logic to detect cl::option equality. (#65754)Christian Sigg
2023-03-15Use *{Map,Set}::contains (NFC)Kazu Hirata
2023-03-14[llvm] Use *{Set,Map}::contains (NFC)Kazu Hirata
2022-12-20[Support] Move Target/CPU Printing out of CommandLineArchibald Elliott
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata
2022-12-06Process: convert Optional to std::optionalKrzysztof Parzyszek
2022-11-16[Driver] Enable nested configuration filesSerge Pavlov
2022-11-03[Clang] Check for response file existence prior to check for recursionSerge Pavlov
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-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