[all-commits] [llvm/llvm-project] e8aee7: [linux] Use std::optional in DirectoryWatcher-linu...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Dec 9 22:55:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8aee7ef73a759e9307fccb0fc3329d676eca737
https://github.com/llvm/llvm-project/commit/e8aee7ef73a759e9307fccb0fc3329d676eca737
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp
Log Message:
-----------
[linux] Use std::optional in DirectoryWatcher-linux.cpp (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