clang-tidy-readability-iden.../sources/ProtectedMember.cpp

6 lines
93 B
C++

class ClassWithProtectedMember {
protected:
int ProtectedMember;
};