aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
AgeCommit message (Expand)AuthorFilesLines
9 days[llvm][clang] Pass VFS to `llvm::cl` command line handling (#159174)Jan Svoboda1-11/+13
2025-09-03Reapply [IR] Remove options to make scalable TypeSize access a warning (#156336)Nikita Popov1-1/+0
2025-09-02Revert "[IR] Remove options to make scalable TypeSize access a warning (#1563...Nikita Popov1-0/+1
2025-09-02[IR] Remove options to make scalable TypeSize access a warning (#156336)Nikita Popov1-1/+0
2025-07-24[llvm] get cl::opt instantiations working with MSVC DLL build (#147810)Andrew Rogers1-5/+22
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi1-1/+2
2025-05-17[Support] Use range-based for loops (NFC) (#140401)Kazu Hirata1-13/+13
2025-05-12[llvm] annotate interfaces in llvm/Support for DLL export (#136014)Andrew Rogers1-12/+13
2025-05-11[llvm] Use StringRef::drop_back (NFC) (#139471)Kazu Hirata1-1/+1
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata1-2/+2
2024-08-12[NFC][Support] Create helper function to parse bool (#102818)Rahul Joshi1-24/+18
2024-07-05[Support] Use range-based for loops (NFC) (#97657)Kazu Hirata1-12/+10
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov1-2/+2
2024-05-17[Support] Drop nop conversions of StringRef to StringRef (NFC)Kazu Hirata1-1/+1
2024-04-05[driver] Make --version show if assertions, etc. are enabled (#87585)Cassie Jones1-0/+46
2024-03-19Revert "[llvm] Include LLVM_REPOSITORY and LLVM_REVISION in tool version" (#8...Jonas Devlieghere1-10/+1
2024-03-13[llvm] Include LLVM_REPOSITORY and LLVM_REVISION in tool version (#84990)Jonas Devlieghere1-1/+10
2024-01-31[llvm] Use StringRef::starts_with (NFC)Kazu Hirata1-1/+1
2024-01-13[Support] Use StringRef::consume_front (NFC)Kazu Hirata1-6/+2
2024-01-13[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#77722)Igor Kudrin1-16/+13
2024-01-10Revert "[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#770...Igor Kudrin1-12/+16
2024-01-11[CommandLine][NFCI] Do not add 'All' to 'RegisteredSubCommands' (#77041)Igor Kudrin1-16/+12
2024-01-09[CommandLine] Do not print empty categories with '--help-hidden' (#77043)Igor Kudrin1-8/+1
2023-12-20[CommandLine][NFC] Replace 'std::function' with 'function_ref' (#75973)Igor Kudrin1-2/+1
2023-12-20[CommandLine][NFCI] Simplify enumerating subcommands of an option (#75679)Igor Kudrin1-55/+24
2023-12-13[CommandLine] Remove unused variable 'NearestHandler' (fixup for #74811)Igor Kudrin1-3/+1
2023-12-14[CommandLine] Better report unknown subcommands (#74811)Igor Kudrin1-16/+51
2023-12-09[CommandLine] Show '[subcommand]' in the help for less than 3 subcommands (#7...Igor Kudrin1-1/+1
2023-11-12Reland "[Support]Look up in top-level subcommand as a fallback when looking o...Mingming Liu1-0/+7
2023-11-10Revert "[Support]Look up in top-level subcommand as a fallback when looking o...Mingming Liu1-7/+0
2023-11-10[Support]Look up in top-level subcommand as a fallback when looking options f...Mingming Liu1-0/+7
2023-09-10Fix logic to detect cl::option equality. (#65754)Christian Sigg1-2/+2
2023-03-15Use *{Map,Set}::contains (NFC)Kazu Hirata1-1/+1
2023-03-14[llvm] Use *{Set,Map}::contains (NFC)Kazu Hirata1-2/+1
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