balazske added a comment.

The problem is reproduced and fixed in D94067 
<https://reviews.llvm.org/D94067>. It is caused by import of default template 
arguments indirectly, because that import causes lot of other things to be 
imported. And the import of default arguments happens in a incomplete state, 
when the "templated" CXXRecordDecl does exist but has no described template set 
yet.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92103

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D92103: [ASTImporter... Balázs Kéri via Phabricator via cfe-commits

Reply via email to