Add the readability-redundant-access-specifiers check.
This finds redundant access specifier declarations inside classes, structs, and unions. Patch by Mateusz Mackowski.
Loading
Please sign in to comment
This finds redundant access specifier declarations inside classes, structs, and unions. Patch by Mateusz Mackowski.