forked from OSchip/llvm-project
[Docs] Correct the path to the clang-format-diff.py script to include the clang-format directory.
llvm-svn: 301202
This commit is contained in:
parent
1dec281104
commit
cadadabb76
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue