================ Comment at: lib/Sema/SemaLambda.cpp:945 @@ +944,3 @@ + + InvokerParams.push_back(ParmVarDecl::Create(S.Context, + // Temporarily add to the TU. This is set to the invoker below. ---------------- Can I use the CallOperator's ParmVarDecls and do the same with the static-invoker (since it is a dummy function that forwards everything to the lambda's call operator?) - or do i absolutely have to create new ones?
http://llvm-reviews.chandlerc.com/D1831 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
