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

Amy Kwan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 20 11:44:55 PDT 2022


amyk added a comment.

In D119136#3459738 <https://reviews.llvm.org/D119136#3459738>, @alanphipps wrote:

> 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?

Hi, I would just like to express that I am also seeing these two issues on Power, that are a result of the original patch (D119136 <https://reviews.llvm.org/D119136>) that @alanphipps has pointed out.


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