[PATCH] D144572: [C++20] Stop claiming full support for consteval (for the moment!)
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 23 04:39:37 PST 2023
aaron.ballman added a comment.
In D144572#4145634 <https://reviews.llvm.org/D144572#4145634>, @royjacobson wrote:
> In D144572#4145614 <https://reviews.llvm.org/D144572#4145614>, @cor3ntin wrote:
>
>> @aaron.ballman is the plan to backport that to clang 16? I think it probably should.
>> We ought to try to improve the situation for clang 17
>
> cxx_status.html is always updated from trunk, no? I don't think we need to bother with backporting if that's the case
Correct, that only reflects what's happening on trunk, so the only thing we could backport from this is the extra test coverage (doesn't seem worth porting, IMO).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144572/new/
https://reviews.llvm.org/D144572
More information about the cfe-commits
mailing list