Skip to content

Commit ad9bbd7

Browse files
committed
update release notes
1 parent cf35ecf commit ad9bbd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ Changes in existing checks
100100
- Improved :doc:`bugprone-unsafe-functions
101101
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
102102
additional C++ member functions to match.
103+
- Improved :doc:`bugprone-unchecked-optional-access
104+
<clang-tidy/checks/bugprone/unchecked-optional-access>` by fixing false positive from const reference accessors to objects containing optional member.
103105

104106
Removed checks
105107
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)