[libcxx-commits] [PATCH] D110216: [clang] retain type sugar in auto / template argument deduction
Kai Luo via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 17 18:35:45 PST 2021
lkail added a comment.
Hi we found regression in our internal tests. It compiles with clang-13.0.0 https://godbolt.org/z/3abGrcf7o and gcc https://godbolt.org/z/K9oj3Grs1, but fails with clang-trunk https://godbolt.org/z/1Tehxa1x9. Is it an intended change? If so, do we have to document this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110216/new/
https://reviews.llvm.org/D110216
More information about the libcxx-commits
mailing list