summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/RedundantAccessSpecifiersCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add the readability-redundant-access-specifiers check.Aaron Ballman2019-10-301-0/+85
This finds redundant access specifier declarations inside classes, structs, and unions. Patch by Mateusz Mackowski.
OpenPOWER on IntegriCloud