Skip to content

Commit 7f0b884

Browse files
Fix review
1 parent e7f311c commit 7f0b884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,13 @@ Changes in existing checks
318318

319319
- ``for`` loops are supported.
320320

321-
- Improved :doc:`misc-header-include-cycle
322-
<clang-tidy/checks/misc/header-include-cycle>` check performance.
323-
324321
- Improved :doc:`misc-const-correctness
325322
<clang-tidy/checks/misc/const-correctness>` check by fixing false positives
326323
of function pointer.
327324

325+
- Improved :doc:`misc-header-include-cycle
326+
<clang-tidy/checks/misc/header-include-cycle>` check performance.
327+
328328
- Improved :doc:`modernize-avoid-c-arrays
329329
<clang-tidy/checks/modernize/avoid-c-arrays>` to not diagnose array types
330330
which are part of an implicit instantiation of a template.

0 commit comments

Comments
 (0)