[PATCH] Simple Generic Lambdas: Chicago Reversion
Faisal Vali
faisalv at yahoo.com
Tue Sep 24 00:45:58 PDT 2013
Per richard's request for gradual (non-cosmic) patches, I've deracinated capturing and conversion function from the previous patch, and am submitting a simpler form of generic lambdas for review. It still includes an IsParameterPack qualifier within AutoType - but perhaps we can get rid of this if i could get a little more direction, since my naive attempts seem to be inadequate ...
Hi rsmith, doug.gregor, eli.friedman,
http://llvm-reviews.chandlerc.com/D1174
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D1174?vs=4362&id=4456#toc
Files:
include/clang/AST/ASTContext.h
include/clang/AST/DeclCXX.h
include/clang/AST/ExprCXX.h
include/clang/AST/Type.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/DeclSpec.h
include/clang/Sema/ScopeInfo.h
include/clang/Sema/Sema.h
include/clang/Sema/SemaLambda.h
lib/AST/ASTContext.cpp
lib/AST/ASTImporter.cpp
lib/AST/DeclCXX.cpp
lib/AST/ExprCXX.cpp
lib/AST/Type.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/Parser.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaLambda.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaType.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-generic-lambda-1y.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/p4-1y.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p4.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p5-generic-lambda-1y.cpp
test/PCH/cxx1y-lambdas.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1174.8.patch
Type: text/x-patch
Size: 83048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130924/f045a52a/attachment.bin>
More information about the cfe-commits
mailing list