================
@@ -1909,6 +1911,12 @@ void TypePrinter::printAttributedAfter(const 
AttributedType *T,
     OS << " [[clang::lifetimebound]]";
     return;
   }
+  if (T->getAttrKind() == attr::LifetimeCaptureBy) {
+    // FIXME: Print the attribute arguments once we have a way to retrieve 
these
----------------
usx95 wrote:

> I think it should be possible since #108631 was merged.
Thanks. Added.

https://github.com/llvm/llvm-project/pull/111499
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to