[PATCH] D136554: Implement CWG2631

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 14 00:51:57 PST 2022


cor3ntin added a comment.

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

> Looks like the latest reland still has some issue remaining. With asserts enabled, I get: `assert.h assertion failed at clang/include/clang/AST/Type.h:752 in const ExtQualsTypeCommonBase *clang::QualType::getCommonPtr() const: !isNull() && "Cannot retrieve a NULL type pointer"`. I'm going to work on reducing it now.

Oh no! I'd love a reduced repro if you can. Or at worse, a stack trace, I'd be happy to investigate. Thanks!


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