[PATCH] D28467: [Sema] Add warning for unused lambda captures

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 13 08:50:55 PST 2017


arphaman added a comment.

IMO, you can go ahead and commit a fix that removes the captures, and the fix can be reviewed post-commit. I don't think you should revert this patch as you'll have to remove the captures anyway before reinstating this patch, so might as well do it now.


Repository:
  rL LLVM

https://reviews.llvm.org/D28467





More information about the cfe-commits mailing list