|
clang 22.0.0git
|
#include "clang/AST/Attr.h"#include "clang/AST/DeclObjC.h"#include "clang/AST/StmtVisitor.h"#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.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/STLExtras.h"#include "llvm/ADT/SetVector.h"Go to the source code of this file.
Macros | |
| #define | REGISTER_CHECKER(name) |
| #define REGISTER_CHECKER | ( | name | ) |
Definition at line 731 of file IvarInvalidationChecker.cpp.