[all-commits] [llvm/llvm-project] 8a5526: [Bitcode] Use std::nullopt_t instead of NoneType (...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Dec 14 00:40:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a55264be311bf54ddef0430c712ad51a80a5f7f
https://github.com/llvm/llvm-project/commit/8a55264be311bf54ddef0430c712ad51a80a5f7f
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M llvm/include/llvm/Bitcode/BitcodeConvenience.h
Log Message:
-----------
[Bitcode] Use std::nullopt_t instead of NoneType (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