================
@@ -540,7 +540,10 @@ bool RecursiveASTVisitor<Derived>::TraverseTypeConstraint(
     TRY_TO(TraverseConceptReference(C->getConceptReference()));
     return true;
   }
-  if (Expr *IDC = C->getImmediatelyDeclaredConstraint()) {
+  // A concept named through a template template parameter has no
----------------
erichkeane wrote:

This doesn't seem like a generally useful comment, can you clarify here?  TBH 
it isn't really clear what is happening in the 'if' below anyway, so a 
clarifying comment is welcome.  But this doesn't seem to be very clarifying.

https://github.com/llvm/llvm-project/pull/218738
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to