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 009178a commit 4de37e9Copy full SHA for 4de37e9
clang-tools-extra/docs/ReleaseNotes.rst
@@ -232,6 +232,10 @@ Changes in existing checks
232
`bsl::optional` and `bdlb::NullableValue` from
233
<https://github.com/bloomberg/bde>_.
234
235
+- Improved :doc:`bugprone-unhandled-self-assignment
236
+ <clang-tidy/checks/bugprone/unhandled-self-assignment>` check by fixing smart
237
+ pointer check against std::unique_ptr type.
238
+
239
- Improved :doc:`bugprone-unsafe-functions
240
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
241
additional functions to match.
0 commit comments