File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,11 @@ Changes in existing checks
170
170
when the format string is converted to a different type by an implicit
171
171
constructor call.
172
172
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
+
173
178
- Improved :doc: `portability-template-virtual-member-function
174
179
<clang-tidy/checks/portability/template-virtual-member-function>` check to
175
180
avoid false positives on pure virtual member functions.
@@ -182,11 +187,6 @@ Changes in existing checks
182
187
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
183
188
`IgnoreAliasing `, that allows not looking at underlying types of type aliases.
184
189
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
190
Removed checks
191
191
^^^^^^^^^^^^^^
192
192
You can’t perform that action at this time.
0 commit comments