Skip to content

Commit c8d9108

Browse files
committed
Fixed ordering in ReleaseNotes
1 parent 3df70a3 commit c8d9108

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
@@ -133,15 +133,15 @@ Changes in existing checks
133133
matched scenarios of ``find`` and ``rfind`` methods and fixing false
134134
positives when those methods were called with 3 arguments.
135135

136+
- Improved :doc:`performance-move-const-arg
137+
<clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives
138+
on ternary operators calling ``std::move``.
139+
136140
- Improved :doc:`performance-unnecessary-value-param
137141
<clang-tidy/checks/performance/unnecessary-value-param>` check performance by
138142
tolerating fix-it breaking compilation when functions is used as pointers
139143
to avoid matching usage of functions within the current compilation unit.
140144

141-
- Improved :doc:`performance-move-const-arg
142-
<clang-tidy/checks/performance/move-const-arg>` check by fixing false negatives
143-
on ternary operators calling ``std::move``.
144-
145145
Removed checks
146146
^^^^^^^^^^^^^^
147147

0 commit comments

Comments
 (0)