[PATCH] D103792: [clang][AST] Set correct DeclContext in ASTImporter lookup table for template params.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 9 08:23:36 PDT 2021
balazske marked an inline comment as done.
balazske added inline comments.
================
Comment at: clang/unittests/AST/ASTImporterTest.cpp:4468
+ `-ParmVarDecl 0x13f3728 <col:36> col:36 'A<T>'
+ */
+ auto *FromD1 = FirstDeclMatcher<CXXDeductionGuideDecl>().match(
----------------
This should not have been reformatted.
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