This patch adds an analysis with basic support for checking the use of
std::optional values. This patch focuses on variables and fields and the basic
std::optional operations: has_value and unwrapping. Future patches will
extend to the remaining portions of the API.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo