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::ConstCastChecker Class Reference

#include <ConstCastChecker.h>

Inheritance diagram for clangcms::ConstCastChecker:

Public Member Functions

void checkPreStmt (const clang::CXXConstCastExpr *CE, clang::ento::CheckerContext &C) const
 

Public Attributes

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

Private Attributes

CmsException m_exception
 

Detailed Description

Definition at line 17 of file ConstCastChecker.h.

Member Function Documentation

void clangcms::ConstCastChecker::checkPreStmt ( const clang::CXXConstCastExpr *  CE,
clang::ento::CheckerContext &  C 
) const

Member Data Documentation

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

Definition at line 19 of file ConstCastChecker.h.

CmsException clangcms::ConstCastChecker::m_exception
private

Definition at line 23 of file ConstCastChecker.h.