[all-commits] [llvm/llvm-project] bcf240: [BinaryFormat] Use std::optional instead of llvm::...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Dec 16 23:20:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcf24026b9fe4bf019471b921138148ab78e1284
https://github.com/llvm/llvm-project/commit/bcf24026b9fe4bf019471b921138148ab78e1284
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M llvm/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h
M llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
Log Message:
-----------
[BinaryFormat] Use std::optional instead of llvm::Optional (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
More information about the All-commits
mailing list