|
clang 22.0.0git
|
Simple checker classes that implement one frontend (i.e. More...
#include "clang/StaticAnalyzer/Core/Checker.h"
Public Types | |
| using | BlockEntrance = clang::BlockEntrance |
Static Public Member Functions | |
| template<typename CHECKER> | |
| static void | _register (CHECKER *Chk, CheckerManager &Mgr) |
Additional Inherited Members | |
| Public Member Functions inherited from clang::ento::CheckerBase | |
| 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. | |
Simple checker classes that implement one frontend (i.e.
checker name) should derive from this template and specify all the implemented callbacks (i.e. classes like check::PreStmt or eval::Call) as template arguments of Checker.
| using clang::ento::Checker< CHECKs >::BlockEntrance = clang::BlockEntrance |
|
inlinestatic |