clang 22.0.0git
|
The non-templated common ancestor of all the simple Checker<...> classes. More...
#include "clang/StaticAnalyzer/Core/Checker.h"
Public Member Functions | |
StringRef | getDebugTag () const override |
Attached to nodes created by this checker class when the ExplodedGraph is dumped for debugging. | |
Public Member Functions inherited from clang::ento::CheckerFrontend | |
void | enable (CheckerManager &Mgr) |
bool | isEnabled () const |
CheckerNameRef | getName () const |
Public Member Functions inherited from clang::ento::CheckerBackend | |
virtual void | printState (raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const |
Debug state dump callback, see CheckerManager::runCheckersForPrintState. | |
Public Member Functions inherited from clang::ProgramPointTag | |
ProgramPointTag (void *tagKind=nullptr) | |
virtual | ~ProgramPointTag () |
const void * | getTagKind () const |
Used to implement 'isKind' in subclasses. |
The non-templated common ancestor of all the simple Checker<...> classes.
|
overridevirtual |
Attached to nodes created by this checker class when the ExplodedGraph is dumped for debugging.
Implements clang::ProgramPointTag.
Definition at line 20 of file Checker.cpp.
References clang::ento::CheckerFrontend::getName().