[all-commits] [llvm/llvm-project] 7df1da: [llvm] Use std::optional instead of llvm::Optional...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jan 2 21:17:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7df1da08ff9229c12884b408b0f614b8f20d6d5a
https://github.com/llvm/llvm-project/commit/7df1da08ff9229c12884b408b0f614b8f20d6d5a
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-02 (Mon, 02 Jan 2023)
Changed paths:
M llvm/include/llvm/ADT/BreadthFirstIterator.h
M llvm/include/llvm/ADT/DepthFirstIterator.h
M llvm/lib/Target/BPF/BTFDebug.cpp
Log Message:
-----------
[llvm] 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