File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Changes in existing checks
108
108
109
109
- Improved :doc: `misc-const-correctness
110
110
<clang-tidy/checks/misc/const-correctness>` check by adding
111
- the option `` AllowedTypes ` `, that excludes specified types
111
+ the option `AllowedTypes `, that excludes specified types
112
112
from const-correctness checking.
113
113
114
114
- Improved :doc: `misc-redundant-expression
Original file line number Diff line number Diff line change @@ -205,4 +205,4 @@ Options
205
205
with suffix `Ref `, `ref `, `Reference ` and `reference `.
206
206
If a name in the list contains the sequence `:: `, it is matched against
207
207
the qualified type name (i.e. `namespace::Type `), otherwise it is matched
208
- against only the type name (i.e. `Type `).
208
+ against only the type name (i.e. `` Type ` `).
You can’t perform that action at this time.
0 commit comments