aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandLine.rst
AgeCommit message (Collapse)AuthorFilesLines
2014-10-13Update the example of using a command-line option custom parser toPaul Robinson1-5/+5
match the current implementation. Patch by Douglas Yung! llvm-svn: 219631
2013-12-05Correct word hyphenationsAlp Toker1-1/+1
This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities and contractions in nearby lines. llvm-svn: 196471
2013-07-10CommandLine.rst: remove tiny bit of bad mark-upHans Wennborg1-1/+1
llvm-svn: 186042
2013-05-10Better output for long help strings for command-line options.Alexander Kornienko1-1/+2
Summary: This patch allows using \n inside long help strings for command-line options, so that all lines are equally indented. This is not a perfect solution, as we don't (and probably don't want to) know about terminal width, but it allows to format long help strings somehow readable without manually padding them with spaces. A motivating example is -help output from clang-format (source code in tools/clang-format/ClangFormat.cpp, see cl options offset, length, style, and dump-config). Reviewers: atrick, alexfh Reviewed By: alexfh CC: llvm-commits, rafael Differential Revision: http://llvm-reviews.chandlerc.com/D779 llvm-svn: 181608
2013-05-07Add two points to release notes about recent command line library changes.Andrew Trick1-0/+2
Patch by Dan Liew! llvm-svn: 181335
2013-05-06Implemented public interface for modifying registered (not positional or ↵Andrew Trick1-0/+51
sink options) command line options at runtime. Patch by Dan Liew! llvm-svn: 181254
2013-05-06Support command line option categories.Andrew Trick1-0/+75
Patch by Dan Liew! llvm-svn: 181253
2013-05-02Added table of contents declaration in CommandLine Library documentation.Tobias Grosser1-0/+3
Contributed-by: Dan Liew <daniel.liew@imperial.ac.uk> llvm-svn: 180919
2013-01-11docs: Fix long standing linking antipattern.Sean Silva1-2/+0
Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
2013-01-10remove the rest of the "written by" lines in the documentation. It isChris Lattner1-3/+1
against the developer policy to include this sort of thing as SVN blame already captures this in a far more fine-grained way. llvm-svn: 172109
2012-08-08Sphinxify the CommandLine document.Bill Wendling1-0/+1615
llvm-svn: 161479