Skip to content

Commit 4de37e9

Browse files
committed
add release note for last commit in ReleaseNotes.rst
1 parent 009178a commit 4de37e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ Changes in existing checks
232232
`bsl::optional` and `bdlb::NullableValue` from
233233
<https://github.com/bloomberg/bde>_.
234234

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+
235239
- Improved :doc:`bugprone-unsafe-functions
236240
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
237241
additional functions to match.

0 commit comments

Comments
 (0)