File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,20 +37,20 @@ Options
37
37
.. option :: UseCXXStaticCastsInCppSources
38
38
39
39
When suggesting fix-its for C++ code, should C++-style ``static_cast<>() ``'s
40
- be suggested, or C-style casts. Defaults to `` true ` `.
40
+ be suggested, or C-style casts. Defaults to `true `.
41
41
42
42
.. option :: UseCXXHeadersInCppSources
43
43
44
44
When suggesting to include the appropriate header in C++ code,
45
45
should ``<cstddef> `` header be suggested, or ``<stddef.h> ``.
46
- Defaults to `` true ` `.
46
+ Defaults to `true `.
47
47
48
48
.. option :: IgnoreConstantIntExpr
49
49
50
50
If the multiplication operands are compile-time constants (like literals or
51
51
are ``constexpr ``) and fit within the source expression type, do not emit a
52
52
diagnostic or suggested fix. Only considers expressions where the source
53
- expression is a signed integer type. Defaults to `` false ` `.
53
+ expression is a signed integer type. Defaults to `false `.
54
54
55
55
Examples:
56
56
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ This check is an alias of check :doc:`bugprone-unused-return-value <../bugprone/
190
190
with a fixed set of functions.
191
191
192
192
Suppressing issues by casting to ``void `` is enabled by default and can be
193
- disabled by setting `AllowCastToVoid ` option to `` false ` `.
193
+ disabled by setting `AllowCastToVoid ` option to `false `.
194
194
195
195
The check corresponds to a part of CERT C Coding Standard rule `ERR33-C.
196
196
Detect and handle standard library errors
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ lives.
144
144
145
145
When set to true convert loops when in C++20 or later mode using
146
146
``std::ranges::reverse_view ``.
147
- Default value is `` true ` `.
147
+ Default value is `true `.
148
148
149
149
.. option :: MakeReverseRangeFunction
150
150
You can’t perform that action at this time.
0 commit comments