[PATCH] D19783: Fix cv-qualification of '*this' captures (and nasty bug PR27507 introduced by commit 263921 "Implement Lambda Capture of *this by Value as [=, *this]")

Faisal Vali via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 22:20:29 PDT 2016


faisalv updated this revision to Diff 57733.
faisalv marked an inline comment as done.
faisalv added a comment.

This patch addresses all of Richard's comments - except one (on which I'm awaiting some additional clarity on, before I make any changes).


http://reviews.llvm.org/D19783

Files:
  include/clang/Sema/ScopeInfo.h
  lib/Parse/ParseDeclCXX.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaExprCXX.cpp
  test/SemaCXX/cxx1z-lambda-star-this.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19783.57733.patch
Type: text/x-patch
Size: 14971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160519/c7f5a0df/attachment-0001.bin>


More information about the cfe-commits mailing list