|
clang
5.0.0
|
#include "ClangSACheckers.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/ExprCXX.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/CheckerManager.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"Go to the source code of this file.
Classes | |
| struct | llvm::FoldingSetTrait< AllocKind > |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
Enumerations | |
| enum | AllocKind |
|
strong |
Definition at line 27 of file PointerArithChecker.cpp.
1.8.6