[PATCH] D103792: [clang][AST] Set correct DeclContext in ASTImporter lookup table for template params.
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 7 19:00:03 PDT 2021
shafik added inline comments.
================
Comment at: clang/lib/AST/ASTImporter.cpp:6005
+ // Template parameters for a CXXDeductionGuideDecl are re-used by the
+ // non-deduction-guide-decl template. That template is imported too, and
----------------
Is this case covered in the tests?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103792/new/
https://reviews.llvm.org/D103792
More information about the cfe-commits
mailing list