[all-commits] [llvm/llvm-project] 20bdb4: [FileCheck] Remove the last llvm::Optional
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Dec 19 11:27:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20bdb4514eb1f1a6cf60af20c2f03a2a45f09976
https://github.com/llvm/llvm-project/commit/20bdb4514eb1f1a6cf60af20c2f03a2a45f09976
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M llvm/lib/FileCheck/FileCheck.cpp
Log Message:
-----------
[FileCheck] Remove the last llvm::Optional
It doesn't seem necessary and it's blocking std::optional.
More information about the All-commits
mailing list