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

Malcolm Parsons via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 10 03:49:29 PST 2017


malcolm.parsons added inline comments.


================
Comment at: include/clang/Sema/ScopeInfo.h:457
+    /// lambda.
+    bool Used = false;
+
----------------
Should this be moved into one of the `PointerIntPair`s?


https://reviews.llvm.org/D28467





More information about the cfe-commits mailing list