[all-commits] [llvm/llvm-project] 8d8386: [Frontend] Use std::optional in CompilerInstance.c...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Dec 9 23:16:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d83867dc913bb1b40571c8b36726e22ff824a0d
https://github.com/llvm/llvm-project/commit/8d83867dc913bb1b40571c8b36726e22ff824a0d
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M clang/lib/Frontend/CompilerInstance.cpp
Log Message:
-----------
[Frontend] Use std::optional in CompilerInstance.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