[Lldb-commits] [PATCH] D92103: [ASTImporter] Import the default argument of TemplateTypeParmDecl

Balázs Kéri via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 5 07:27:30 PST 2021


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



More information about the lldb-commits mailing list