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 8e70fd0 commit 155bf8eCopy full SHA for 155bf8e
clang-tools-extra/docs/ReleaseNotes.rst
@@ -203,8 +203,8 @@ Changes in existing checks
203
204
- Improved :doc:`bugprone-unchecked-optional-access
205
<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.
+ ``NullableValue::makeValue`` and ``NullableValue::makeValueInplace`` to
+ prevent false-positives for ``BloombergLP::bdlb::NullableValue`` type.
208
209
- Improved :doc:`bugprone-unhandled-self-assignment
210
<clang-tidy/checks/bugprone/unhandled-self-assignment>` check by adding
0 commit comments