Skip to content

Commit b30f504

Browse files
[Clang-Tidy][docs] Remove Technical Details not relevant to users
Co-authored-by: Baranov Victor <[email protected]>
1 parent 72e9ac6 commit b30f504

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clang-tools-extra/docs/clang-tidy/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,8 @@ The :program:`clang-tidy-diff.py` script allows you to run :program:`clang-tidy`
379379
on the lines that have been modified in your working directory or in a
380380
specific diff. Importantly, clang-tidy-diff only reports diagnostics for changed
381381
lines; :program:`clang-tidy` still analyzes the entire file and filters out
382-
unchanged lines after analysis, so this does not improve performance. The script
383-
is essentially a wrapper that parses diff output and passes it to
384-
:program:`clang-tidy` with the ``--line-filter`` option, which performs all the
385-
actual filtering. This is particularly useful for code reviews and continuous
382+
unchanged lines after analysis, so this does not improve performance. This is
383+
particularly useful for code reviews and continuous
386384
integration, as it focuses analysis on the changed code rather than the entire
387385
codebase.
388386

0 commit comments

Comments
 (0)