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
3737.. option :: UseCXXStaticCastsInCppSources
3838
3939 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 `.
4141
4242.. option :: UseCXXHeadersInCppSources
4343
4444 When suggesting to include the appropriate header in C++ code,
4545 should ``<cstddef> `` header be suggested, or ``<stddef.h> ``.
46- Defaults to `` true ` `.
46+ Defaults to `true `.
4747
4848.. option :: IgnoreConstantIntExpr
4949
5050 If the multiplication operands are compile-time constants (like literals or
5151 are ``constexpr ``) and fit within the source expression type, do not emit a
5252 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 `.
5454
5555Examples:
5656
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/
190190with a fixed set of functions.
191191
192192Suppressing 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 `.
194194
195195The check corresponds to a part of CERT C Coding Standard rule `ERR33-C.
196196Detect and handle standard library errors
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ lives.
144144
145145 When set to true convert loops when in C++20 or later mode using
146146 ``std::ranges::reverse_view ``.
147- Default value is `` true ` `.
147+ Default value is `true `.
148148
149149.. option :: MakeReverseRangeFunction
150150
You can’t perform that action at this time.
0 commit comments