CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
clangcms::MutableMemberChecker Class Reference

#include <MutableMemberChecker.h>

Inheritance diagram for clangcms::MutableMemberChecker:

Public Member Functions

void checkASTDecl (const clang::FieldDecl *D, clang::ento::AnalysisManager &Mgr, clang::ento::BugReporter &BR) const
 

Private Attributes

std::unique_ptr
< clang::ento::BuiltinBug > 
BT
 
CmsException m_exception
 

Detailed Description

Definition at line 18 of file MutableMemberChecker.h.

Member Function Documentation

void clangcms::MutableMemberChecker::checkASTDecl ( const clang::FieldDecl *  D,
clang::ento::AnalysisManager &  Mgr,
clang::ento::BugReporter &  BR 
) const

Member Data Documentation

std::unique_ptr< clang::ento::BuiltinBug> clangcms::MutableMemberChecker::BT
mutableprivate

Definition at line 19 of file MutableMemberChecker.h.

CmsException clangcms::MutableMemberChecker::m_exception
private

Definition at line 26 of file MutableMemberChecker.h.