[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]")

Taewook Oh via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 11:46:39 PDT 2016


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