Skip to content

Commit fef6bb4

Browse files
author
Carlos Gálvez
committed
Remove claim about 10x speedup
That kind of speedup is only achievable if also the user headers are excluded from analysis. A follow-up patch could make clang-tidy ignore declarations on files not matched by the HeaderFilter option.
1 parent 30f1171 commit fef6bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Improvements to clang-tidy
8989
--------------------------
9090

9191
- It no longer processes declarations from system headers by default, greatly
92-
improving performance (up to 10x speed-up). This behavior is disabled if the
93-
`SystemHeaders` option is enabled.
92+
improving performance. This behavior is disabled if the `SystemHeaders` option
93+
is enabled.
9494

9595
New checks
9696
^^^^^^^^^^

0 commit comments

Comments
 (0)