[PATCH] D136554: Implement CWG2631

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 15 04:44:34 PST 2022


cor3ntin added a comment.

In D136554#3996643 <https://reviews.llvm.org/D136554#3996643>, @rupprecht wrote:

> Here's a well-formed reproducer:

Thanks a lot.
We were transforming the initializer in a context where the this pointer was not set up properly, so if it was referring to this, explicitly or implicitly, it would crash.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136554



More information about the cfe-commits mailing list