[PATCH] Implement capturing for generic lambdas

Faisal Vali faisalv at yahoo.com
Wed Nov 6 18:34:53 PST 2013


  This incorporates Richard's feedback on the previous revision.

  I also cleaned up the ScopeInfo interface and implementation slightly and added some comments.

Hi rsmith, doug.gregor, eli.friedman,

http://llvm-reviews.chandlerc.com/D2035

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2035?vs=5340&id=5390#toc

Files:
  include/clang/AST/ASTLambda.h
  include/clang/Sema/ScopeInfo.h
  include/clang/Sema/Sema.h
  include/clang/Sema/SemaInternal.h
  include/clang/Sema/SemaLambda.h
  lib/Sema/ScopeInfo.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaExprCXX.cpp
  lib/Sema/SemaExprMember.cpp
  lib/Sema/SemaLambda.cpp
  test/CXX/expr/expr.prim/expr.prim.lambda/generic-lambda-unimplemented-1y.cpp
  test/CXX/expr/expr.prim/expr.prim.lambda/p2-generic-lambda-1y.cpp
  test/CXX/expr/expr.prim/expr.prim.lambda/p5-generic-lambda-1y.cpp
  test/SemaCXX/cxx1y-generic-lambdas-capturing.cpp
  test/SemaCXX/cxx1y-generic-lambdas.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2035.3.patch
Type: text/x-patch
Size: 83677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131106/f35356c4/attachment.bin>


More information about the cfe-commits mailing list