- Nov 07, 2016
-
-
Brian Gesiak authored
Summary: Update the docs to match the changes in http://reviews.llvm.org/D7132 Reviewers: beanz, llvm-commits, modocache Differential Revision: https://reviews.llvm.org/D26296 llvm-svn: 286094
-
- Oct 10, 2016
-
-
Mehdi Amini authored
Update documentation after r283671 ("Turn cl::values() (for enum) from a vararg function to using C++ variadic template") llvm-svn: 283782
-
- Oct 08, 2016
-
-
Mehdi Amini authored
The core of the change is supposed to be NFC, however it also fixes what I believe was an undefined behavior when calling: va_start(ValueArgs, Desc); with Desc being a StringRef. Differential Revision: https://reviews.llvm.org/D25342 llvm-svn: 283671
-
- Jul 24, 2015
-
-
Jon Roelofs authored
llvm-svn: 243075
-
- Oct 13, 2014
-
-
Paul Robinson authored
match the current implementation. Patch by Douglas Yung! llvm-svn: 219631
-
- Dec 05, 2013
-
-
Alp Toker authored
This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities and contractions in nearby lines. llvm-svn: 196471
-
- Jul 11, 2013
-
-
Hans Wennborg authored
llvm-svn: 186042
-
- May 10, 2013
-
-
Alexander Kornienko authored
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
-
- May 07, 2013
-
-
Andrew Trick authored
Patch by Dan Liew! llvm-svn: 181335
-
- May 06, 2013
-
-
Andrew Trick authored
Implemented public interface for modifying registered (not positional or sink options) command line options at runtime. Patch by Dan Liew! llvm-svn: 181254
-
Andrew Trick authored
Patch by Dan Liew! llvm-svn: 181253
-
- May 02, 2013
-
-
Tobias Grosser authored
Contributed-by:
Dan Liew <daniel.liew@imperial.ac.uk> llvm-svn: 180919
-
- Jan 11, 2013
-
-
Sean Silva authored
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
-
- Jan 10, 2013
-
-
Chris Lattner authored
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
-
- Aug 08, 2012
-
-
Bill Wendling authored
llvm-svn: 161479
-