llvm-project
151fffcc
- [flang] Migrate away from ArrayRef(std::nullopt_t) (#149454)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#149454 - [flang] Migrate away from ArrayRef(std::nullopt_t)
Author
kazutakahirata
Parents
fdce69a4
Loading