probinson added a comment.
In D80242#2045362 <https://reviews.llvm.org/D80242#2045362>, @nickdesaulniers
wrote:
> For C++, I'd imagine:
>
> class foo {};
> using my_foo = foo;
> template <typename bar>
> struct baz {
> bar my_bar;
> };
>
>
> but it seems that `g++` doesn't emit debug info the for the templated struct.
There's no debug info for templates, only for instantiations of templates. HTH.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80242/new/
https://reviews.llvm.org/D80242
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits