File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,12 @@ Changes in existing checks
107107 <clang-tidy/checks/bugprone/string-constructor>` check to find suspicious
108108 calls of ``std::string `` constructor with char pointer, start position and
109109 length parameters.
110-
110+
111111- Improved :doc: `bugprone-unchecked-optional-access
112- Fixed false positives from smart pointer accessors repeated in checking
113- ``has_value`` and accessing `` value ``. The option
114- ` IgnoreSmartPointerDereference ` should no longer be needed and will be
115- removed.
112+ <clang-tidy/checks/bugprone/unchecked-optional-access>` fixing false
113+ positives from smart pointer accessors repeated in checking `` has_value ``
114+ and accessing `` value ``. The option ` IgnoreSmartPointerDereference ` should
115+ no longer be needed and will be removed.
116116
117117- Improved :doc: `bugprone-unsafe-functions
118118 <clang-tidy/checks/bugprone/unsafe-functions>` check to allow specifying
You can’t perform that action at this time.
0 commit comments