[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:18:17 PDT 2021


erichkeane added a comment.

So debugging a DIFFERENT issue, I found that this is likely incomplete since we likely have a similar problem in `VisitCXXMethodDecl` below this.  I can extend the tests here/fix easily enough, if we decide this is the right way around this.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111453/new/

https://reviews.llvm.org/D111453



More information about the cfe-commits mailing list