[PATCH] D127487: [Sema] Fix assertion failure when instantiating requires expression
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 10 04:33:31 PDT 2022
ilya-biryukov added a subscriber: jyknight.
ilya-biryukov added a comment.
@saar.raz @erichkeane please let me know if you are the right people to review this.
The change might need a little more refactoring, e.g. placement new should probably move to a helper in Sema to align with what clang usually does.
I wanted to align early on the approach taken. Let me know if you have better ideas on how to fix this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127487/new/
https://reviews.llvm.org/D127487
More information about the cfe-commits
mailing list