[PATCH] D76038: PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initializers

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 4 13:02:58 PST 2022


aaronpuchert added a comment.

In D76038#3219500 <https://reviews.llvm.org/D76038#3219500>, @zahiraam wrote:

> This change is generating this crash discussed here: https://bugs.llvm.org/show_bug.cgi?id=49834

Now migrated to https://github.com/llvm/llvm-project/issues/49178.

> @aaronpuchert do you have any fix for it?

No, everything I know is in that bug report. I was hoping @rsmith would reply with an idea, but it's quite complicated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76038



More information about the cfe-commits mailing list