llvm-project
151fffcc - [flang] Migrate away from ArrayRef(std::nullopt_t) (#149454)

Commit
224 days ago
[flang] Migrate away from ArrayRef(std::nullopt_t) (#149454) ArrayRef(std::nullopt_t) has been deprecated. This patch replaces std::nullopt with mlir::TypeRange{} or mlir::ValueRange{} as appropriate.
Parents
Loading