[all-commits] [llvm/llvm-project] 637a59: [ADT] Add deduction guide for llvm::Optional
David Blaikie via All-commits
all-commits at lists.llvm.org
Wed Oct 26 14:46:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 637a594f5a17bbebb9bce72845749a6803561704
https://github.com/llvm/llvm-project/commit/637a594f5a17bbebb9bce72845749a6803561704
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
M llvm/include/llvm/ADT/Optional.h
M llvm/unittests/ADT/OptionalTest.cpp
Log Message:
-----------
[ADT] Add deduction guide for llvm::Optional
Added to address some uses of implicit CTAD added in clang recently.
More information about the All-commits
mailing list