|
clang
3.8.0
|
#include "clang/Basic/SourceLocation.h"#include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"#include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"#include "clang/StaticAnalyzer/Core/CheckerManager.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/FoldingSet.h"#include "llvm/ADT/ImmutableSet.h"#include "llvm/ADT/SmallSet.h"#include "llvm/ADT/ilist.h"#include "llvm/ADT/ilist_node.h"Go to the source code of this file.
Classes | |
| class | clang::ento::BugReport |
| This class provides an interface through which checkers can create individual bug reports. More... | |
| class | clang::ento::BugReport::NodeResolver |
| struct | llvm::ilist_traits< clang::ento::BugReport > |
| class | clang::ento::BugReportEquivClass |
| class | clang::ento::BugReporterData |
| class | clang::ento::BugReporter |
| BugReporter is a utility class for generating PathDiagnostics for analysis. More... | |
| class | clang::ento::GRBugReporter |
| class | clang::ento::BugReporterContext |
Namespaces | |
| clang | |
| Dataflow Directional Tag Classes. | |
| clang::ento | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
1.8.6