Skip to content

Commit 31b0bc0

Browse files
committed
fixup: correcting order in ReleaseNote after merging main
Signed-off-by: Björn Svensson <[email protected]>
1 parent 60cd733 commit 31b0bc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,14 +308,14 @@ Changes in existing checks
308308
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
309309
`AllowedTypes`, that excludes specified types from adding qualifiers.
310310

311-
- Improved :doc:`readability-redundant-smartptr-get
312-
<clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
313-
some false positives involving smart pointers to arrays.
314-
315311
- Improved :doc:`readability-redundant-inline-specifier
316312
<clang-tidy/checks/readability/redundant-inline-specifier>` check by fixing
317313
false positives on out-of-line explicitly defaulted functions.
318314

315+
- Improved :doc:`readability-redundant-smartptr-get
316+
<clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
317+
some false positives involving smart pointers to arrays.
318+
319319
Removed checks
320320
^^^^^^^^^^^^^^
321321

0 commit comments

Comments
 (0)