Skip to content

Commit 155bf8e

Browse files
Update clang-tools-extra/docs/ReleaseNotes.rst
Co-authored-by: Baranov Victor <[email protected]>
1 parent 8e70fd0 commit 155bf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ Changes in existing checks
203203

204204
- Improved :doc:`bugprone-unchecked-optional-access
205205
<clang-tidy/checks/bugprone/unchecked-optional-access>` check by supporting
206-
`NullableValue::makeValue` and `NullableValue::makeValueInplace` to prevent
207-
false-positives for `BloombergLP::bdlb::NullableValue` type.
206+
``NullableValue::makeValue`` and ``NullableValue::makeValueInplace`` to
207+
prevent false-positives for ``BloombergLP::bdlb::NullableValue`` type.
208208

209209
- Improved :doc:`bugprone-unhandled-self-assignment
210210
<clang-tidy/checks/bugprone/unhandled-self-assignment>` check by adding

0 commit comments

Comments
 (0)