clang 22.0.0git
UncheckedOptionalAccessModel.h File Reference

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>