We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eacdd2 commit 708a1f9Copy full SHA for 708a1f9
clang-tools-extra/docs/ReleaseNotes.rst
@@ -182,6 +182,11 @@ Changes in existing checks
182
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
183
`IgnoreAliasing`, that allows not looking at underlying types of type aliases.
184
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
+
190
Removed checks
191
^^^^^^^^^^^^^^
192
0 commit comments