clang API Documentation
#include "ClangSACheckers.h"#include "clang/AST/Attr.h"#include "clang/AST/DeclObjC.h"#include "clang/AST/StmtVisitor.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SetVector.h"#include "llvm/ADT/SmallString.h"
Go to the source code of this file.
Defines | |
| #define | REGISTER_CHECKER(name) |
| #define REGISTER_CHECKER | ( | name | ) |
void ento::register##name(CheckerManager &mgr) { \ IvarInvalidationChecker *checker = \ mgr.registerChecker<IvarInvalidationChecker>(); \ checker->Filter.check_##name = true; \ checker->Filter.checkName_##name = mgr.getCurrentCheckName(); \ }
Definition at line 743 of file IvarInvalidationChecker.cpp.