[PATCH] D124351: [Clang] Implement Change scope of lambda trailing-return-type

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 24 04:55:50 PST 2023


cor3ntin added a comment.

@rupprecht Great to hear! Sorry again for the disruption
@shafik Thanks  for the review!



================
Comment at: clang/lib/Sema/SemaLambda.cpp:1010
+
+  // C++11 [expr.prim.lambda]p5:
+  //   The closure type for a lambda-expression has a public inline function
----------------
shafik wrote:
> Same as comment above about updating wording to reflect C++20.
I don't even think we should repeat that comment here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124351/new/

https://reviews.llvm.org/D124351



More information about the cfe-commits mailing list