[Lldb-commits] [PATCH] D112374: [clang] Implement ElaboratedType sugaring for types written bare
Abramo Bagnara via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 15 10:34:32 PDT 2022
Abramo-Bagnara reopened this revision.
Abramo-Bagnara added a comment.
These changes introduce a subtle bug in template instantiation of newly added ElaboratedType around TypedefType:
bool refersInstantiatedDecl(QualType T) in SemaTemplateInstantiate.cpp does not handle this ElaboratedType correctly then inhibiting the proper instantiation of TypedefType whose declaration has been subject to instantiation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112374/new/
https://reviews.llvm.org/D112374
More information about the lldb-commits
mailing list