File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -308,14 +308,14 @@ Changes in existing checks
308308 <clang-tidy/checks/readability/qualified-auto>` check by adding the option
309309 `AllowedTypes `, that excludes specified types from adding qualifiers.
310310
311- - Improved :doc: `readability-redundant-smartptr-get
312- <clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
313- some false positives involving smart pointers to arrays.
314-
315311- Improved :doc: `readability-redundant-inline-specifier
316312 <clang-tidy/checks/readability/redundant-inline-specifier>` check by fixing
317313 false positives on out-of-line explicitly defaulted functions.
318314
315+ - Improved :doc: `readability-redundant-smartptr-get
316+ <clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
317+ some false positives involving smart pointers to arrays.
318+
319319Removed checks
320320^^^^^^^^^^^^^^
321321
You can’t perform that action at this time.
0 commit comments