dblaikie added a comment.

In D140423#4052540 <https://reviews.llvm.org/D140423#4052540>, @erichkeane 
wrote:

> A Class template instantiation SHOULD have its link back to the class 
> template, and should be able to calculate whether the template argument is 
> defaulted, right?

For a normal/clang-built AST, yes. But as mentioned in this review description, 
for LLDB, DWARF doesn't encode enough information to make the class template 
properly. So it only knows if a given class template specialization's argument 
is defaulted.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140423

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to