clang
7.0.0svn
|
Abstract base class used for diagnosing integer constant expression violations. More...
#include "clang/Sema/Sema.h"
Public Member Functions | |
VerifyICEDiagnoser (bool Suppress=false) | |
virtual void | diagnoseNotICE (Sema &S, SourceLocation Loc, SourceRange SR)=0 |
virtual void | diagnoseFold (Sema &S, SourceLocation Loc, SourceRange SR) |
virtual | ~VerifyICEDiagnoser () |
Public Attributes | |
bool | Suppress |
Abstract base class used for diagnosing integer constant expression violations.
|
inlinevirtual |
|
virtual |
Definition at line 13620 of file SemaExpr.cpp.
|
pure virtual |