[PATCH] D55945: [pstl] Avoid shadowing explicit lambda capture with lambda parameter
Mikhail Dvorskiy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 9 01:59:05 PST 2019
MikeDvorskiy added a comment.
Yes, a captured __comp instance is redundant in the all cases here due to it is passed via argument's list explicitly.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55945/new/
https://reviews.llvm.org/D55945
More information about the llvm-commits
mailing list