clang-tools 22.0.0git
NonPrivateMemberVariablesInClassesCheck.h File Reference

Go to the source code of this file.

Classes

class  clang::tidy::misc::NonPrivateMemberVariablesInClassesCheck
 This checker finds classes that not only contain the data (non-static member variables), but also have logic (non-static member functions), and diagnoses all member variables that have any other scope other than private. More...

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::tidy
namespace  clang::tidy::misc