|
clang-tools 22.0.0git
|
#include "../ClangTidyCheck.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h"Go to the source code of this file.
Classes | |
| class | clang::tidy::bugprone::UncheckedOptionalAccessCheck |
| Warns when the code is unwrapping a std::optional<T>, absl::optional<T>, or base::std::optional<T> object without assuring that it contains a value. More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::bugprone |