clang 20.0.0git
|
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "clang/StaticAnalyzer/Frontend/CheckerRegistry.h"
Go to the source code of this file.
Functions | |
void | clang_registerCheckers (CheckerRegistry ®istry) |
Variables | |
const char | clang_analyzerAPIVersionString [] |
void clang_registerCheckers | ( | CheckerRegistry & | registry | ) |
Definition at line 47 of file MainCallChecker.cpp.
References clang::ento::CheckerRegistry::addChecker().
const char clang_analyzerAPIVersionString[] |
Definition at line 53 of file MainCallChecker.cpp.