7 #ifndef LLVM_CLANG_STATICANALYZER_CMS_CMSEXCEPTION_H
8 #define LLVM_CLANG_STATICANALYZER_CMS_CMSEXCEPTION_H
10 #include <llvm/Support/Regex.h>
11 #include <llvm/Support/raw_ostream.h>
12 #include "clang/AST/Type.h"
13 #include "clang/Basic/SourceManager.h"
14 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
15 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
22 clang::ento::PathDiagnosticLocation
const&
path,
23 clang::ento::BugReporter& BR)
const;
26 clang::ento::PathDiagnosticLocation
const&
path,
27 clang::ento::BugReporter& BR)
const;
30 clang::ento::PathDiagnosticLocation
const&
path,
31 clang::ento::BugReporter& BR)
const;
32 bool reportClass(clang::ento::PathDiagnosticLocation
const&
path, clang::ento::BugReporter& BR)
const;
34 bool reportConstCast(
const clang::ento::BugReport&
R, clang::ento::CheckerContext&
C)
const;
38 bool reportGeneral(clang::ento::PathDiagnosticLocation
const&
path, clang::ento::BugReporter& BR)
const;