[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
Thu May 19 23:33:56 PDT 2016


twoh added a comment.

@faisalv, thank you for the update. I wonder if getCurrentThisType() is the best place to call adjustCVQualifiersForCXXThisWithinLambda(). It seems that getCurrentThisType() does more than its name suggests. Is there any other place that the adjustment function can be called?


http://reviews.llvm.org/D19783





More information about the cfe-commits mailing list