[PATCH] D111453: Delay trailing constraing evaluation so we short-circuit
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 8 13:42:12 PDT 2021
erichkeane abandoned this revision.
erichkeane added a comment.
Looking into my other issue, I think I'm reasonably convinced this is wrong. I was looking into the PR44833 blocker for 'ranges' which hits the VisitCXXRecordMethod part, and removing THAT breaks the constraint entirely, so I think the answer is a better way of checking these constraints without having to fully instantiate them, not delaying until later
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111453/new/
https://reviews.llvm.org/D111453
More information about the cfe-commits
mailing list