Skip to content

Commit 708a1f9

Browse files
supplement the release notes about the change in this PR.
1 parent 7eacdd2 commit 708a1f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@ Changes in existing checks
182182
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
183183
`IgnoreAliasing`, that allows not looking at underlying types of type aliases.
184184

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+
185190
Removed checks
186191
^^^^^^^^^^^^^^
187192

0 commit comments

Comments
 (0)