[PATCH] D119136: [clang] Implement Change scope of lambda trailing-return-type

Alan Phipps via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 19 11:24:35 PDT 2022


alanphipps added a comment.

We've also been seeing failures in our downstream Arm compiler when running the Perennial C++14 compliance tests related to this change.  Specifically, the tests expect a diagnostic to be issued when the lambda capture variable is outside of the lambda's {} scope. Another tests uses the lambda capture variable in a decltype-style return type which is also outside of the scope.

Do these failures sound like what others have run into?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119136



More information about the cfe-commits mailing list