balazske marked an inline comment as done.
balazske 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
----------------
shafik wrote:
> Is this case covered in the tests?
This test was left out but added now. But test `CTADImplicit` does fail if the 
import of `FunctionTemplateDecl` is handled similarly as the other cases.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103792/new/

https://reviews.llvm.org/D103792

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to