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

#include <ConstCastAwayChecker.h>

Inheritance diagram for clangcms::ConstCastAwayChecker:

Public Member Functions

void checkPreStmt (const clang::ExplicitCastExpr *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 18 of file ConstCastAwayChecker.h.

Member Function Documentation

void clangcms::ConstCastAwayChecker::checkPreStmt ( const clang::ExplicitCastExpr *  CE,
clang::ento::CheckerContext &  C 
) const

Member Data Documentation

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

Definition at line 20 of file ConstCastAwayChecker.h.

CmsException clangcms::ConstCastAwayChecker::m_exception
private

Definition at line 24 of file ConstCastAwayChecker.h.