balazske added inline comments.

================
Comment at: lib/AST/ASTImporter.cpp:5096
+    if (!ClassTemplate->findPartialSpecialization(TemplateArgs,
+            PartSpec->getAssociatedConstraints(), InsertPos))
       // Add this partial specialization to the class template.
----------------
This looks correct: `PartSpec` is the new instance (but this is not the best 
name for it, maybe `PartialSpec2`?).
But: How are the "associated constraint" expressions imported (stored somewhere 
in the To context)?


Repository:
  rC Clang

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

https://reviews.llvm.org/D41910



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

Reply via email to