arphaman added inline comments.

================
Comment at: include/clang/Sema/ScopeInfo.h:457
+    /// lambda.
+    bool Used = false;
+
----------------
malcolm.parsons wrote:
> Should this be moved into one of the `PointerIntPair`s?
I'm not sure.. If we needed other capturing information in the future I would 
say that this should be its own field, but I'm not aware of anything else 
that's needed for this class. So I guess it would be better to pack it into 
`VarAndNestedAndThis`, but I wouldn't say it's a deal breaker.


https://reviews.llvm.org/D28467



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to