Skip to content

Commit 0b13909

Browse files
committed
Document change in the release notes
1 parent eccc89a commit 0b13909

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
@@ -249,6 +249,10 @@ Changes in existing checks
249249
<clang-tidy/checks/readability/qualified-auto>` check by adding the option
250250
`AllowedTypes`, that excludes specified types from adding qualifiers.
251251

252+
- Improved :doc:`readability-redundant-smartptr-get
253+
<clang-tidy/checks/readability/redundant-smartptr-get>` check by fixing
254+
some false positives involving smart pointers to arrays.
255+
252256
Removed checks
253257
^^^^^^^^^^^^^^
254258

0 commit comments

Comments
 (0)