Skip to content

Commit a201f8a

Browse files
keep the release notes in alphabetical order.
1 parent 708a1f9 commit a201f8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ Changes in existing checks
170170
when the format string is converted to a different type by an implicit
171171
constructor call.
172172

173+
- Improved :doc:`performance-unnecessary-copy-initialization
174+
<clang-tidy/checks/performance/unnecessary-copy-initialization>` check by
175+
adding detection for the local variables initialized with the member variable
176+
of a const object.
177+
173178
- Improved :doc:`portability-template-virtual-member-function
174179
<clang-tidy/checks/portability/template-virtual-member-function>` check to
175180
avoid false positives on pure virtual member functions.
@@ -182,11 +187,6 @@ Changes in existing checks
182187
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
183188
`IgnoreAliasing`, that allows not looking at underlying types of type aliases.
184189

185-
- Improved :doc:`performance-unnecessary-copy-initialization
186-
<clang-tidy/checks/performance/unnecessary-copy-initialization>` check by
187-
adding detection for the local variables initialized with the member variable
188-
of a const object.
189-
190190
Removed checks
191191
^^^^^^^^^^^^^^
192192

0 commit comments

Comments
 (0)