[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 13:51:48 PDT 2016


OK - thanks -  will take a closer look at this hopefuly this evening
or tomorrow - and respond to Richard's other comments too.
Faisal Vali



On Wed, May 18, 2016 at 1:46 PM, Taewook Oh <twoh at fb.com> wrote:
> twoh added a comment.
>
> My patch passes check-clang and the test cases in this patch as well.
>
> BTW, newly added test cases in the patch seem to be passed even without the patch. Isn't the bug appears when template instantiation generates nested lambdas (because template instantiation updates the 'context')?
>
>
> http://reviews.llvm.org/D19783
>
>
>


More information about the cfe-commits mailing list