[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
Sun Apr 24 14:25:31 PDT 2022
cor3ntin added a comment.
Hey folks.
I do not intend this to be merge but if there is anyway this can be battle tested against internal codebases, i think it could be helpful to help guide how WG21 proceed with this feature.
Here is a paper listing the failures encountered when we merged the previous attempt, and offers a more holistic mitigation - by looking a head for the mutable keyword https://isocpp.org/files/papers/D2579R0.pdf
Sorry again for the troubles the previous attempt caused but I'm glad we caught this problem sooner rather than later...
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