1 #ifndef Utilities_StaticAnalyzers_getParamDumper_h
2 #define Utilities_StaticAnalyzers_getParamDumper_h
3 #include <clang/StaticAnalyzer/Core/BugReporter/BugType.h>
4 #include <clang/StaticAnalyzer/Core/Checker.h>
5 #include <clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h>
10 :
public clang::ento::Checker<clang::ento::check::ASTDecl<clang::CXXRecordDecl>, clang::ento::eval::Call> {
11 void analyzerEval(
const clang::CallExpr *CE, clang::ento::CheckerContext &
C)
const;
16 bool evalCall(
const clang::CallExpr *CE, clang::ento::CheckerContext &
C)
const;
19 clang::ento::AnalysisManager &mgr,
20 clang::ento::BugReporter &BR)
const;