File tree Expand file tree Collapse file tree 5 files changed +10
-2
lines changed
Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ Options
1818.. option :: IgnoredContainers
1919
2020 Semicolon-separated list of containers regexp for which this check won't be
21- enforced. Default is ` empty ` .
21+ enforced. Default is an empty string .
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ The check issues warning if a container has ``empty()`` and ``size()`` or
2525
2626`size_type ` can be any kind of integer type.
2727
28+ Options
29+ -------
30+
2831.. option :: ExcludedComparisonTypes
2932
3033 A semicolon-separated list of class names for which the check will ignore
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ In the case of multiple redeclarations or function template specializations,
5252a warning is issued for every redeclaration or specialization inconsistent with
5353the definition or the first declaration seen in a translation unit.
5454
55+ Options
56+ -------
57+
5558.. option :: IgnoreMacros
5659
5760 If this option is set to `true ` (default is `true `), the check will not warn
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ Options
2929.. option :: StrictMode
3030
3131 If set to `true `, the check will also flag functions and variables that
32- already have internal linkage as redundant.
32+ already have internal linkage as redundant. Default is ` false `.
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Examples:
1414 *ptr->get() ==> **ptr
1515 if (ptr.get() == nullptr) ... => if (ptr == nullptr) ...
1616
17+ Options
18+ -------
1719
1820.. option :: IgnoreMacros
1921
You can’t perform that action at this time.
0 commit comments