[PATCH] D37442: [C++17] Disallow lambdas in template parameters (PR33696).

Nicolas Lesser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 27 14:03:58 PDT 2018


Rakete1111 updated this revision to Diff 153149.
Rakete1111 added a comment.

Added expression evaluation context to TreeTransform :)


https://reviews.llvm.org/D37442

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Sema/Sema.h
  lib/Parse/ParseDecl.cpp
  lib/Parse/ParseDeclCXX.cpp
  lib/Parse/ParseStmt.cpp
  lib/Parse/ParseTemplate.cpp
  lib/Sema/Sema.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/SemaExprCXX.cpp
  lib/Sema/TreeTransform.h
  test/CXX/expr/expr.prim/expr.prim.lambda/p2-template-parameter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37442.153149.patch
Type: text/x-patch
Size: 16268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180627/e6dedce4/attachment.bin>


More information about the cfe-commits mailing list