CMS 3D CMS Logo

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

#include <TrunCastChecker.h>

Inheritance diagram for clangcms::TrunCastChecker:

Public Member Functions

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

Public Attributes

std::unique_ptr
< clang::ento::BugType > 
BT
 

Private Attributes

CmsException m_exception
 

Detailed Description

Definition at line 11 of file TrunCastChecker.h.

Member Function Documentation

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

Member Data Documentation

std::unique_ptr<clang::ento::BugType> clangcms::TrunCastChecker::BT
mutable

Definition at line 13 of file TrunCastChecker.h.

CmsException clangcms::TrunCastChecker::m_exception
private

Definition at line 17 of file TrunCastChecker.h.