[PATCH] D132816: [clang] AST: SubstTemplateTypeParmType support for non-canonical underlying type
David Rector via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 20 06:19:53 PDT 2022
davrec accepted this revision.
davrec added a comment.
Agree this needs a brief commit message, just explaining that previously the underlying type had to be canonical, but now it can be sugared, allowing a better/more informative representation.
================
Comment at: clang/include/clang/AST/TypeProperties.td:738
def : Creator<[{
// The call to getCanonicalType here existed in ASTReader.cpp, too.
return ctx.getSubstTemplateTypeParmType(
----------------
^ Delete this comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132816/new/
https://reviews.llvm.org/D132816
More information about the cfe-commits
mailing list