Commit 73fff93
committed
Disable the cppcoreguidelines alias of an already-disabled check. NFC
misc-non-private-member-variables-in-classes is disabled because the
visitor classes deliberately expose protected state to their
subclasses. cppcoreguidelines-non-private-member-variables-in-classes
is an alias of that same check and still fires, so any new protected
member reintroduces the warning the existing entry meant to silence.1 parent 0769766 commit 73fff93
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments