[clang] [clang] fix broken canonicalization of DeducedTemplateSpecializationType (PR #95202)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 12 00:42:57 PDT 2024
================
@@ -1770,6 +1770,10 @@ class ASTContext : public RefCountedBase<ASTContext> {
QualType getDeducedTemplateSpecializationType(TemplateName Template,
QualType DeducedType,
bool IsDependent) const;
+ QualType getDeducedTemplateSpecializationTypeInternal(TemplateName Template,
----------------
ChuanqiXu9 wrote:
Given it is called `*Internal`, it might be better to give it a private access.
https://github.com/llvm/llvm-project/pull/95202
More information about the cfe-commits
mailing list