]> granicus.if.org Git - clang/commitdiff
[Docs] Correct the path to the clang-format-diff.py script to include the clang-forma...
authorCraig Topper <craig.topper@gmail.com>
Mon, 24 Apr 2017 17:39:35 +0000 (17:39 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 24 Apr 2017 17:39:35 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301202 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormat.rst

index dc1e2b9a7639bbef8164f9adfb17293d1f7fec14..ed0e58e452d3006c2212296b268119ebbacafdfb 100644 (file)
@@ -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