File tree 1 file changed +3
-3
lines changed 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
195
195
the offending code with ``reinterpret_cast ``, to more clearly express intent.
196
196
197
197
- 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
199
199
handle class.
200
200
201
201
- Improved :doc: `bugprone-exception-escape
@@ -233,7 +233,7 @@ Changes in existing checks
233
233
234
234
- Improved :doc: `bugprone-unchecked-optional-access
235
235
<clang-tidy/checks/bugprone/unchecked-optional-access>` to support
236
- `bsl::optional ` and `bdlb::NullableValue ` from
236
+ `` bsl::optional `` and `` bdlb::NullableValue ` ` from
237
237
<https://github.com/bloomberg/bde>_.
238
238
239
239
- Improved :doc: `bugprone-unhandled-self-assignment
@@ -370,7 +370,7 @@ Changes in existing checks
370
370
371
371
- Improved :doc: `readability-redundant-smartptr-get
372
372
<clang-tidy/checks/readability/redundant-smartptr-get>` check to
373
- remove `-> `, when redundant `get() ` is removed.
373
+ remove `` -> `` , when redundant `` get() ` ` is removed.
374
374
375
375
- Improved :doc: `readability-use-std-min-max
376
376
<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