|
clang
5.0.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 |
| 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 | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::ento | |
1.8.6