|
clang 22.0.0git
|
#include "clang/AST/ASTContext.h"#include "clang/Analysis/CFG.h"#include "clang/Analysis/FlowSensitive/CFGMatchSwitch.h"#include "clang/Analysis/FlowSensitive/CachedConstAccessorsLattice.h"#include "clang/Analysis/FlowSensitive/DataflowAnalysis.h"#include "clang/Analysis/FlowSensitive/DataflowEnvironment.h"#include "clang/Analysis/FlowSensitive/MatchSwitch.h"#include "clang/Analysis/FlowSensitive/NoopLattice.h"#include "clang/Basic/SourceLocation.h"#include "llvm/ADT/SmallVector.h"Go to the source code of this file.
Classes | |
| struct | clang::dataflow::UncheckedOptionalAccessModelOptions |
| class | clang::dataflow::UncheckedOptionalAccessModel |
| Dataflow analysis that models whether optionals hold values or not. More... | |
| struct | clang::dataflow::UncheckedOptionalAccessDiagnostic |
| Diagnostic information for an unchecked optional access. More... | |
| class | clang::dataflow::UncheckedOptionalAccessDiagnoser |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::dataflow |
| Dataflow Directional Tag Classes. | |
Typedefs | |
| using | clang::dataflow::UncheckedOptionalAccessLattice = CachedConstAccessorsLattice<NoopLattice> |