llvm-project/mlir/include
Kazu Hirata 5c4674d67b [mlir] Deprecate OptionalParseResult::{hasValue,getValue}
This patch deprecates hasValue and getValue for consistency with
std::optional and llvm::Optional.  Note that I've migrated all known
uses of them to has_value and value, respectively.

Differential Revision: https://reviews.llvm.org/D131366
2022-08-12 19:19:24 -07:00
..
mlir [mlir] Deprecate OptionalParseResult::{hasValue,getValue} 2022-08-12 19:19:24 -07:00
mlir-c [mlir][python] Add python bindings for DenseArrayAttr 2022-08-12 19:44:49 -04:00