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

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 28 18:50:55 PDT 2018


rjmccall added a comment.

I think it's part of an effort to avoid creating implicit declarations for all the special members of every struct we parse from system headers.


Repository:
  rC Clang

https://reviews.llvm.org/D44536





More information about the cfe-commits mailing list