projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dec281
)
[Docs] Correct the path to the clang-format-diff.py script to include the clang-forma...
author
Craig Topper
<craig.topper@gmail.com>
Mon, 24 Apr 2017 17:39:35 +0000
(17:39 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Mon, 24 Apr 2017 17:39:35 +0000
(17:39 +0000)
llvm-svn: 301202
clang/docs/ClangFormat.rst
patch
|
blob
|
history
diff --git
a/clang/docs/ClangFormat.rst
b/clang/docs/ClangFormat.rst
index
dc1e2b9
..
ed0e58e
100644
(file)
--- a/
clang/docs/ClangFormat.rst
+++ b/
clang/docs/ClangFormat.rst
@@
-162,8
+162,9
@@
Download the latest Visual Studio extension from the `alpha build site
Script for patch reformatting
=============================
-The python script `clang/tools/clang-format-diff.py` parses the output of
-a unified diff and reformats all contained lines with :program:`clang-format`.
+The python script `clang/tools/clang-format/clang-format-diff.py` parses the
+output of a unified diff and reformats all contained lines with
+:program:`clang-format`.
.. code-block:: console