zyn0217 wrote:

I talked to @erichkeane and updated the approach to make it feel less like a 
workaround and independent of lambda instantiation.

As noted, both cases worked prior to clang 15, which means they didn’t rely on 
deferred lambda body instantiation to compile correctly.

Regarding the lambda side of things - since @mizvekov is already working on a 
major ContextDecl refactoring in that area, I don’t think it's appropriate to 
initiate another large-scale change simultaneously. That would result in a lot 
of conflicts, as I can expect. It's also expected that much of the present 
issues will be alleviated once that gets landed and it's not too late for us to 
start working on the lambda deferral afterwards.

That said, this patch is aimed at fixing a regression and doesn't actually 
touch the lambda code itself (even though the bug involves lambdas), so it 
shouldn't become a burden that complicates future work on deferred lambda body 
instantiation. In fact, I think this should actually improve our test coverage 
overall.

https://github.com/llvm/llvm-project/pull/134038
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to