[all-commits] [llvm/llvm-project] 2402c4: [clang-tools-extra] Use std::nullopt instead of ll...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Dec 5 23:55:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2402c46b7155d04dc2a1ec618294fc6bb70f3e18
https://github.com/llvm/llvm-project/commit/2402c46b7155d04dc2a1ec618294fc6bb70f3e18
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M clang-tools-extra/clang-tidy/utils/IncludeInserter.h
M clang-tools-extra/clang-tidy/utils/NamespaceAliaser.h
M clang-tools-extra/clang-tidy/utils/UsingInserter.h
M clang-tools-extra/clangd/ConfigCompile.cpp
M clang-tools-extra/clangd/DraftStore.h
M clang-tools-extra/clangd/TUScheduler.cpp
M clang-tools-extra/clangd/index/remote/server/Server.cpp
Log Message:
-----------
[clang-tools-extra] Use std::nullopt instead of llvm::None (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