[PATCH] D36572: Implemented P0409R2 - Allow lambda capture [=, this]

Hamza Sood via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 09:05:18 PDT 2017


hamzasood updated this revision to Diff 111681.
hamzasood added a comment.

It's Friday, so hopefully this is good to go.
I don't have svn access, so could someone commit this for me?

I've updated the patch so that it can be applied successfully to the latest revision.
I've also renamed cxx1z->cxx17 in the diagnostic id to match @rsmith's recent patch <http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20170807/200945.html>.


https://reviews.llvm.org/D36572

Files:
  include/clang/Basic/DiagnosticGroups.td
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/Sema/SemaLambda.cpp
  test/CXX/expr/expr.prim/expr.prim.lambda/p8.cpp
  test/FixIt/fixit-cxx0x.cpp
  test/SemaCXX/cxx2a-lambda-equals-this.cpp
  www/cxx_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36572.111681.patch
Type: text/x-patch
Size: 7781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170818/97265ad0/attachment.bin>


More information about the cfe-commits mailing list