File tree Expand file tree Collapse file tree 4 files changed +22
-21
lines changed Expand file tree Collapse file tree 4 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Options
26
26
27
27
A semicolon-separated list of the names of functions or methods to be
28
28
considered as not having side-effects. Regular expressions are accepted,
29
- e.g. `[Rr]ef(erence)?$ ` matches every type with suffix `Ref `, `ref `,
30
- `Reference ` and `reference `. The default is empty. If a name in the list
31
- contains the sequence `:: ` it is matched against the qualified typename
32
- (i.e. `namespace::Type `, otherwise it is matched against only
33
- the type name (i.e. `Type `).
29
+ e.g. `` [Rr]ef(erence)?$ `` matches every type with suffix `` Ref `` , `` ref ` `,
30
+ `` Reference `` and `` reference ` `. The default is empty. If a name in the list
31
+ contains the sequence `:: ` it is matched against the qualified type name
32
+ (i.e. `` namespace::Type ``) , otherwise it is matched against only
33
+ the type name (i.e. `` Type ` `).
Original file line number Diff line number Diff line change @@ -23,14 +23,15 @@ Options
23
23
24
24
.. option :: WarnOnAllAutoCopies
25
25
26
- When `true `, warns on any use of `auto ` as the type of the range-based for
26
+ When `true `, warns on any use of `` auto ` ` as the type of the range-based for
27
27
loop variable. Default is `false `.
28
28
29
29
.. option :: AllowedTypes
30
30
31
31
A semicolon-separated list of names of types allowed to be copied in each
32
- iteration. Regular expressions are accepted, e.g. `[Rr]ef(erence)?$ ` matches
33
- every type with suffix `Ref `, `ref `, `Reference ` and `reference `. The default
34
- is empty. If a name in the list contains the sequence `:: ` it is matched
35
- against the qualified typename (i.e. `namespace::Type `, otherwise it is
36
- matched against only the type name (i.e. `Type `).
32
+ iteration. Regular expressions are accepted, e.g. ``[Rr]ef(erence)?$ ``
33
+ matches every type with suffix ``Ref ``, ``ref ``, ``Reference `` and
34
+ ``reference ``. The default is empty. If a name in the list contains the
35
+ sequence `:: `, it is matched against the qualified type name
36
+ (i.e. ``namespace::Type ``), otherwise it is matched against only the
37
+ type name (i.e. ``Type ``).
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ Options
42
42
.. option :: AllowedTypes
43
43
44
44
A semicolon-separated list of names of types allowed to be initialized by
45
- copying. Regular expressions are accepted, e.g. `[Rr]ef(erence)?$ ` matches
46
- every type with suffix `Ref `, `ref `, `Reference ` and `reference `. The default
47
- is empty. If a name in the list contains the sequence `:: ` it is matched
48
- against the qualified typename (i.e. `namespace::Type `, otherwise it is
49
- matched against only the type name (i.e. `Type `).
45
+ copying. Regular expressions are accepted, e.g. `` [Rr]ef(erence)?$ ` ` matches
46
+ every type with suffix `` Ref `` , `` ref `` , `` Reference `` and `` reference ``.
47
+ The default is empty. If a name in the list contains the sequence `:: `, it
48
+ is matched against the qualified type name (i.e. `` namespace::Type ``),
49
+ otherwise it is matched against only the type name (i.e. `` Type ` `).
50
50
51
51
.. option :: ExcludedContainerTypes
52
52
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ Options
65
65
.. option :: AllowedTypes
66
66
67
67
A semicolon-separated list of names of types allowed to be passed by value.
68
- Regular expressions are accepted, e.g. `[Rr]ef(erence)?$ ` matches every type
69
- with suffix `Ref `, `ref `, `Reference ` and `reference `. The default is
70
- empty. If a name in the list contains the sequence `:: ` it is matched against
71
- the qualified typename (i.e. `namespace::Type `, otherwise it is matched
72
- against only the type name (i.e. `Type `).
68
+ Regular expressions are accepted, e.g. `` [Rr]ef(erence)?$ `` matches every
69
+ type with suffix `` Ref `` , `` ref `` , `` Reference `` and `` reference `` . The
70
+ default is empty. If a name in the list contains the sequence `:: `, it is
71
+ matched against the qualified type name (i.e. `` namespace::Type ``),
72
+ otherwise it is matched against only the type name (i.e. `` Type ` `).
You can’t perform that action at this time.
0 commit comments