[PATCH] D131858: [clang] Track the templated entity in type substitution.
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 1 04:23:06 PDT 2022
martong added inline comments.
================
Comment at: clang/lib/AST/ASTImporter.cpp:3748-3751
+ // If it is a template, import all related things.
+ if (Error Err = ImportTemplateInformation(D, ToFunction))
+ return std::move(Err);
+
----------------
What's the reason of moving this hunk?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131858/new/
https://reviews.llvm.org/D131858
More information about the cfe-commits
mailing list