r301202 - [Docs] Correct the path to the clang-format-diff.py script to include the clang-format directory.
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 24 10:39:35 PDT 2017
Author: ctopper
Date: Mon Apr 24 12:39:35 2017
New Revision: 301202
URL: http://llvm.org/viewvc/llvm-project?rev=301202&view=rev
Log:
[Docs] Correct the path to the clang-format-diff.py script to include the clang-format directory.
Modified:
cfe/trunk/docs/ClangFormat.rst
Modified: cfe/trunk/docs/ClangFormat.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormat.rst?rev=301202&r1=301201&r2=301202&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormat.rst (original)
+++ cfe/trunk/docs/ClangFormat.rst Mon Apr 24 12:39:35 2017
@@ -162,8 +162,9 @@ Download the latest Visual Studio extens
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
More information about the cfe-commits
mailing list