diff options
author | Kazu Hirata <kazu@google.com> | 2025-07-17 15:23:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-17 15:23:55 -0700 |
commit | 2a7328dacae39e87ca4cc7548b9abcdba60b946b (patch) | |
tree | ee6c636a3e2c500d0c6ec8ba9d2ca2cb098765ab /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | fc3781853ba1b456429a908e5604589c68878ab8 (diff) | |
download | llvm-2a7328dacae39e87ca4cc7548b9abcdba60b946b.zip llvm-2a7328dacae39e87ca4cc7548b9abcdba60b946b.tar.gz llvm-2a7328dacae39e87ca4cc7548b9abcdba60b946b.tar.bz2 |
[flang] Migrate away from ArrayRef(std::nullopt_t) (#149337)
ArrayRef(std::nullopt_t) has been deprecated. This patch replaces
std::nullopt with {}.
A subsequence patch will address those places where we need to replace
std::nullopt with mlir::TypeRange{} or mlir::ValueRange{}.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions