summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandLine.rst
Commit message (Expand)AuthorAgeFilesLines
* [CommandLine] Add callbacks to OptionsDon Hinton2019-12-061-0/+25
* [docs] Remove dangling parenthesis from documentationTim Northover2019-11-191-1/+1
* [NFC] fix trivial typos in documentsHiroshi Inoue2019-06-251-1/+1
* [docs] Put DefaultOption bullet in alphabetical order.Don Hinton2019-04-261-8/+8
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-151-0/+10
* Revert r358337: "[CommandLineParser] Add DefaultOption flag"Ilya Biryukov2019-04-151-10/+0
* [CommandLineParser] Add DefaultOption flagDon Hinton2019-04-131-0/+10
* [CommandLine] Allow grouping options which can have values.Igor Kudrin2019-03-011-20/+29
* [CommandLine] Do not crash if an option has both ValueRequired and Grouping.Igor Kudrin2019-03-011-1/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-3/+3
* NFC - Typo fixes lib/VMCore -> lib/IRGabor Buella2018-04-301-1/+1
* Remove references to response file argument in CommandLine.rstDave Lee2017-09-201-8/+4
* Update CommandLine.rst getRegisteredOptions exampleBrian Gesiak2016-11-071-2/+1
* Update documentation after r283671 ("Turn cl::values() (for enum) from a vara...Mehdi Amini2016-10-101-7/+5
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-10/+5
* Add missing underlines for a docs section. NFCJonathan Roelofs2015-07-241-0/+1
* Update the example of using a command-line option custom parser toPaul Robinson2014-10-131-5/+5
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* CommandLine.rst: remove tiny bit of bad mark-upHans Wennborg2013-07-101-1/+1
* Better output for long help strings for command-line options.Alexander Kornienko2013-05-101-1/+2
* Add two points to release notes about recent command line library changes.Andrew Trick2013-05-071-0/+2
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-061-0/+51
* Support command line option categories.Andrew Trick2013-05-061-0/+75
* Added table of contents declaration in CommandLine Library documentation.Tobias Grosser2013-05-021-0/+3
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-2/+0
* remove the rest of the "written by" lines in the documentation. It isChris Lattner2013-01-101-3/+1
* Sphinxify the CommandLine document.Bill Wendling2012-08-081-0/+1615
OpenPOWER on IntegriCloud