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

Nicolas Lesser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 12 11:40:41 PDT 2018


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

Format lines longer than 80 characters correctly.


Repository:
  rC Clang

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.155240.patch
Type: text/x-patch
Size: 16233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180712/d3d8cac8/attachment-0001.bin>


More information about the cfe-commits mailing list