[all-commits] [llvm/llvm-project] fc07a5: [AsmParser] Use std::optional in AArch64AsmParser....
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Nov 25 22:14:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc07a54ef674365a934a1c880f24c2e5145b25cb
https://github.com/llvm/llvm-project/commit/fc07a54ef674365a934a1c880f24c2e5145b25cb
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
Log Message:
-----------
[AsmParser] Use std::optional in AArch64AsmParser.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