summaryrefslogtreecommitdiff
path: root/llvm/docs/CommandLine.rst
AgeCommit message (Expand)Author
2025-11-16[llvm] Proofread *.rst (#168254)Kazu Hirata
2024-01-09[CommandLine] Do not print empty categories with '--help-hidden' (#77043)Igor Kudrin
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song
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
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
2021-02-27[llvm] Fix typos in documentation (NFC)Kazu Hirata
2020-08-26[ConstProp] Remove ConstantPropagationArthur Eubanks
2020-07-31[Support][CommandLine] Delete unused llvm::cl::ParseEnvrironmentOptionsFangrui Song
2019-12-06[CommandLine] Add callbacks to OptionsDon Hinton
2019-11-19[docs] Remove dangling parenthesis from documentationTim Northover
2019-06-25[NFC] fix trivial typos in documentsHiroshi Inoue
2019-04-26[docs] Put DefaultOption bullet in alphabetical order.Don Hinton
2019-04-15[CommandLineParser] Add DefaultOption flagDon Hinton
2019-04-15Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov
2019-04-13[CommandLineParser] Add DefaultOption flagDon Hinton
2019-03-01[CommandLine] Allow grouping options which can have values.Igor Kudrin
2019-03-01[CommandLine] Do not crash if an option has both ValueRequired and Grouping.Igor Kudrin
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-30NFC - Typo fixes lib/VMCore -> lib/IRGabor Buella
2017-09-20Remove references to response file argument in CommandLine.rstDave Lee
2016-11-07Update CommandLine.rst getRegisteredOptions exampleBrian Gesiak
2016-10-10Update documentation after r283671 ("Turn cl::values() (for enum) from a vara...Mehdi Amini
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2015-07-24Add missing underlines for a docs section. NFCJonathan Roelofs
2014-10-13Update the example of using a command-line option custom parser toPaul Robinson
2013-12-05Correct word hyphenationsAlp Toker
2013-07-10CommandLine.rst: remove tiny bit of bad mark-upHans Wennborg
2013-05-10Better output for long help strings for command-line options.Alexander Kornienko
2013-05-07Add two points to release notes about recent command line library changes.Andrew Trick
2013-05-06Implemented public interface for modifying registered (not positional or sink...Andrew Trick
2013-05-06Support command line option categories.Andrew Trick
2013-05-02Added table of contents declaration in CommandLine Library documentation.Tobias Grosser
2013-01-11docs: Fix long standing linking antipattern.Sean Silva
2013-01-10remove the rest of the "written by" lines in the documentation. It isChris Lattner
2012-08-08Sphinxify the CommandLine document.Bill Wendling