diff options
author | Kazu Hirata <kazu@google.com> | 2022-12-02 21:11:39 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2022-12-02 21:11:39 -0800 |
commit | 110115993cad38755afa0371caa87459a93d5451 (patch) | |
tree | 04c47ad0ead8ad54a5ddf2f66a9c15a17ab82279 /llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp | |
parent | 343de6856e16b58bcbd16d479fc633f54e22fadc (diff) | |
download | llvm-110115993cad38755afa0371caa87459a93d5451.zip llvm-110115993cad38755afa0371caa87459a93d5451.tar.gz llvm-110115993cad38755afa0371caa87459a93d5451.tar.bz2 |
[DebugInfo] Use std::nullopt instead of None (NFC)
This patch mechanically replaces None with std::nullopt where the
compiler would warn if None were deprecated. The intent is to reduce
the amount of manual work required in migrating from Optional to
std::optional.
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
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp')
0 files changed, 0 insertions, 0 deletions