[PATCH] D140996: [c++20] P1907R1: Support for generalized non-type template arguments of scalar type.
Andrey Ali Khan Bolshakov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 24 09:09:32 PST 2023
bolshakov-a added a subscriber: mizvekov.
bolshakov-a added a comment.
Thanks for the review! I definitely can try to answer questions and fix issues, but I just want to note that I'm not the original author, and these changes already were upstream. (Maybe, @rsmith will find some time for taking a look at this, after all?)
It would be nice if @mizvekov would check my changes regarding `SugaredConverted` vs `CanonicalConverted`.
> Should this also update the status in clang/www/cxx_status.html?
I'm not sure. There still remains an issue with template parameters of reference type, which was tried to be fixed in 5a391d38ac6c <https://reviews.llvm.org/rG5a391d38ac6c561ba908334d427f26124ed9132e>. (On the other hand, MSVC team claims that their compiler supports P1907R1, despite that it simply crashes on some of the test cases from 5a391d38ac6c <https://reviews.llvm.org/rG5a391d38ac6c561ba908334d427f26124ed9132e>)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140996/new/
https://reviews.llvm.org/D140996
More information about the cfe-commits
mailing list