[PATCH] D143891: [Clang] Adjust triviality computation in QualType::isTrivialType to C++20 cases.
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 22 07:42:00 PST 2023
cor3ntin added a comment.
In D143891#4144161 <https://reviews.llvm.org/D143891#4144161>, @aaron.ballman wrote:
> LGTM but we should add a release note for the change.
This fixes P0848R3, which is a clang 16 feature.
If we backport this we don't need a changelog entry.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143891/new/
https://reviews.llvm.org/D143891
More information about the cfe-commits
mailing list