Skip to content

Commit 8325e4c

Browse files
committed
Fix merge
1 parent b70c599 commit 8325e4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)