File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -379,10 +379,8 @@ The :program:`clang-tidy-diff.py` script allows you to run :program:`clang-tidy`
379379on the lines that have been modified in your working directory or in a
380380specific diff. Importantly, clang-tidy-diff only reports diagnostics for changed
381381lines; :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
386384integration, as it focuses analysis on the changed code rather than the entire
387385codebase.
388386
You can’t perform that action at this time.
0 commit comments