[PATCH] D128745: [c++] implements DR692, DR1395 and tentatively DR1432, about partial ordering of variadic template partial specialization or function template
Yuanfang Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 12 10:02:53 PDT 2022
ychen added a comment.
In D128745#3851458 <https://reviews.llvm.org/D128745#3851458>, @rjmccall wrote:
> Was this change in LLVM 15, or is it still unreleased?
This is still unreleased. It will be released in Clang16.
In D128745#3852409 <https://reviews.llvm.org/D128745#3852409>, @aaron.ballman wrote:
> This sounds like a good plan to me. When you remove the ABI compat checks, please be sure to add the clang-vendors group to the review and a release note to the potentially breaking changes section. Once that lands, you should also make an announcement in Discourse.
Will do. Thanks for the heads-up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128745/new/
https://reviews.llvm.org/D128745
More information about the cfe-commits
mailing list