[PATCH] D143891: [Clang] Adjust triviality computation in QualType::isTrivialType to C++20 cases.
Roy Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 15 09:04:29 PST 2023
royjacobson added a comment.
It's an interesting discussion, I just want to remind that this change is for triviality rules from P0848 (conditionally trivial member functions) which is only going to ship in Clang 16 anyway.
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