aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELFObjectFile.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-06-19 21:31:26 -0700
committerGitHub <noreply@github.com>2025-06-19 21:31:26 -0700
commit64fe3236476a9a85977abf5489414bbb2de2109c (patch)
tree2a318a7641a688b50122c2957d8a3effe8a2e9b1 /llvm/lib/Object/ELFObjectFile.cpp
parentbb51c5d4b85a655e8c90247a6678e507402703a4 (diff)
downloadllvm-64fe3236476a9a85977abf5489414bbb2de2109c.zip
llvm-64fe3236476a9a85977abf5489414bbb2de2109c.tar.gz
llvm-64fe3236476a9a85977abf5489414bbb2de2109c.tar.bz2
[llvm] Migrate away from ArrayRef(std::nullopt) (NFC) (#144967)
ArrayRef has a constructor that accepts std::nullopt. This constructor dates back to the days when we still had llvm::Optional. Since the use of std::nullopt outside the context of std::optional is kind of abuse and not intuitive to new comers, I would like to move away from the constructor and eventually remove it. This patch takes care of the llvm side of the migration.
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions