================ @@ -6898,10 +6898,18 @@ class Sema final { BinaryOperatorKind Operator); //// ActOnCXXThis - Parse 'this' pointer. - ExprResult ActOnCXXThis(SourceLocation loc); + /// + /// \param SkipLambdaCaptureCheck Whether to skip the 'this' check for a + /// lambda because 'this' is the lambda's 'this'-pointer. + ExprResult ActOnCXXThis(SourceLocation loc, + bool SkipLambdaCaptureCheck = false); ---------------- andreasfertig wrote:
Sounds good! Thanks! https://github.com/llvm/llvm-project/pull/84193 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits