================
@@ -1016,16 +1016,14 @@ void FactsGenerator::handleLifetimeCaptureBy(const 
FunctionDecl *FD,
                                              ArrayRef<const Expr *> Args) {
   if (Args.empty())
     return;
-  // FIXME: Add support for capture_by on constructors.
-  if (isa<CXXConstructorDecl>(FD))
-    return;
----------------
NeKon69 wrote:

I think we should keep this.

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

Reply via email to