[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:35:45 PST 2021


balazske added a comment.

There are still problems related to import type argument default values: If there are forward declarations of the same template, the "inheritedness" of these arguments (in AST) is not set correctly and the default arguments can appear at more places instead of at only one (that the others reference to).


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