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

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 09:30:23 PDT 2022


cor3ntin added a comment.

note to self.
@aaron.ballman noticed this patch doesn't handle leading attributes correctly

  constexpr int asp = 5;
  [=] [[gnu::regparm(asp)]] () {};


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