Skip to content

Commit 631496b

Browse files
Fix release note
1 parent 5dc0f37 commit 631496b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,9 @@ Changes in existing checks
319319
- ``for`` loops are supported.
320320

321321
- Improved :doc:`misc-const-correctness
322-
<clang-tidy/checks/misc/const-correctness>` check by fixing false positives
323-
of function pointer.
324322
<clang-tidy/checks/misc/const-correctness>` check to avoid false
325-
positives when pointers is tranferred to non-const references.
323+
positives when pointers is tranferred to non-const references and check by fixing false positives
324+
of function pointer.
326325

327326
- Improved :doc:`misc-header-include-cycle
328327
<clang-tidy/checks/misc/header-include-cycle>` check performance.

0 commit comments

Comments
 (0)