[PATCH] D42810: [Sema] Add implicit members even for invalid CXXRecordDecls

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 1 12:02:14 PST 2018


ilya-biryukov added a comment.

The following assertion from `DeclContext::removeDecl` was failing before:

  assert((D->NextInContextAndBits.getPointer() || D == LastDecl) &&
         "decl is not in decls list");


Repository:
  rC Clang

https://reviews.llvm.org/D42810





More information about the cfe-commits mailing list