[PATCH] D44536: Avoid segfault when destructor is not yet known

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 28 20:01:06 PDT 2018


ahatanak added a comment.

I see, so Sema::CheckCompletedCXXClass probably isn't the right place to call DeclareImplicitDestructor as that could significantly increase the size of the AST.


Repository:
  rC Clang

https://reviews.llvm.org/D44536





More information about the cfe-commits mailing list