File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,12 @@ Changes in existing checks
114114 and accessing ``value ``. The option `IgnoreSmartPointerDereference ` should
115115 no longer be needed and will be removed.
116116
117+ - Improved :doc: `bugprone-unchecked-optional-access
118+ <clang-tidy/checks/bugprone/unchecked-optional-access>` by fixing false positive from const reference accessors to objects containing optional member.
119+
117120- Improved :doc: `bugprone-unsafe-functions
118121 <clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
119122 additional C++ member functions to match.
120- - Improved :doc: `bugprone-unchecked-optional-access
121- <clang-tidy/checks/bugprone/unchecked-optional-access>` by fixing false positive from const reference accessors to objects containing optional member.
122123
123124- Improved :doc: `misc-const-correctness
124125 <clang-tidy/checks/misc/const-correctness>` check by adding the option
You can’t perform that action at this time.
0 commit comments