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 cf35ecf commit ad9bbd7Copy full SHA for ad9bbd7
clang-tools-extra/docs/ReleaseNotes.rst
@@ -100,6 +100,8 @@ Changes in existing checks
100
- Improved :doc:`bugprone-unsafe-functions
101
<clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
102
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.
105
106
Removed checks
107
^^^^^^^^^^^^^^
0 commit comments