diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-04-24 17:39:35 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-04-24 17:39:35 +0000 |
commit | cadadabb7664407be7553363e1a580f92d681548 (patch) | |
tree | 6895216319238e2523aceac6241cdd7226af8950 | |
parent | 1dec2811040cec45972dd926ccfa6f34c6f489b2 (diff) | |
download | bcm5719-llvm-cadadabb7664407be7553363e1a580f92d681548.tar.gz bcm5719-llvm-cadadabb7664407be7553363e1a580f92d681548.zip |
[Docs] Correct the path to the clang-format-diff.py script to include the clang-format directory.
llvm-svn: 301202
-rw-r--r-- | clang/docs/ClangFormat.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst index dc1e2b9a763..ed0e58e452d 100644 --- 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 |