lebedev.ri added inline comments.
================ Comment at: include/clang/Sema/Sema.h:5584 + void addLambdaParameters( + const SmallVectorImpl<LambdaIntroducer::LambdaCapture> &Captures, + CXXMethodDecl *CallOperator, Scope *CurScope); ---------------- Maybe this should be `ArrayRef<LambdaIntroducer::LambdaCapture> Captures` instead? Repository: rC Clang https://reviews.llvm.org/D53595 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits