File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ Changes in existing checks
195195 the offending code with ``reinterpret_cast ``, to more clearly express intent.
196196
197197- Improved :doc: `bugprone-dangling-handle
198- <clang-tidy/checks/bugprone/dangling-handle>` check to treat `std::span ` as a
198+ <clang-tidy/checks/bugprone/dangling-handle>` check to treat `` std::span ` ` as a
199199 handle class.
200200
201201- Improved :doc: `bugprone-exception-escape
@@ -233,7 +233,7 @@ Changes in existing checks
233233
234234- Improved :doc: `bugprone-unchecked-optional-access
235235 <clang-tidy/checks/bugprone/unchecked-optional-access>` to support
236- `bsl::optional ` and `bdlb::NullableValue ` from
236+ `` bsl::optional `` and `` bdlb::NullableValue ` ` from
237237 <https://github.com/bloomberg/bde>_.
238238
239239- Improved :doc: `bugprone-unhandled-self-assignment
@@ -370,7 +370,7 @@ Changes in existing checks
370370
371371- Improved :doc: `readability-redundant-smartptr-get
372372 <clang-tidy/checks/readability/redundant-smartptr-get>` check to
373- remove `-> `, when redundant `get() ` is removed.
373+ remove `` -> `` , when redundant `` get() ` ` is removed.
374374
375375- Improved :doc: `readability-use-std-min-max
376376 <clang-tidy/checks/readability/use-std-min-max>` check to use correct template
You can’t perform that action at this time.
0 commit comments