[clang] [Clang] Fall back to DW_TAG_typedef for instantiation dependent template aliases (PR #90032)
David Blaikie via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 29 11:05:18 PDT 2024
dwblaikie wrote:
Comment in the code should probably mention this as a FIXME and include a reference to the issue?
Also, there's another bug here - the DW_TAG_typedef is in the CU scope, instead of the struct scope. But if the struct is a non-template, the typedef is in the struct scope as it should be, not the CU scope...
https://github.com/llvm/llvm-project/pull/90032
More information about the cfe-commits
mailing list