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