summaryrefslogtreecommitdiffstats
path: root/clang/docs/ClangFormat.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-08-12 15:15:10 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-08-12 15:15:10 +0000
commitd23dd6c633b1865cfabd548099814f6943e1760e (patch)
tree4e33a34055c87d6e5a78db21e3ba03f78c0446bd /clang/docs/ClangFormat.rst
parent3655495b49acc681cb0b7aa79f5533daf5c91368 (diff)
downloadbcm5719-llvm-d23dd6c633b1865cfabd548099814f6943e1760e.tar.gz
bcm5719-llvm-d23dd6c633b1865cfabd548099814f6943e1760e.zip
clang-format: add an option -verbose to list the files being processed
Reviewers: djasper Reviewed By: djasper Subscribers: klimek, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D34824 llvm-svn: 310778
Diffstat (limited to 'clang/docs/ClangFormat.rst')
-rw-r--r--clang/docs/ClangFormat.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst
index 902afcd08ed..b4030eac6f1 100644
--- a/clang/docs/ClangFormat.rst
+++ b/clang/docs/ClangFormat.rst
@@ -71,6 +71,7 @@ to format C/C++/Obj-C code.
Use -style="{key: value, ...}" to set specific
parameters, e.g.:
-style="{BasedOnStyle: llvm, IndentWidth: 8}"
+ -verbose - If set, shows the list of processed files
Generic Options:
OpenPOWER on IntegriCloud