[PATCH] D124351: [Clang] Implement Change scope of lambda trailing-return-type
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 8 15:08:21 PST 2023
cor3ntin added a subscriber: ChuanqiXu.
cor3ntin added a comment.
In D124351#4178334 <https://reviews.llvm.org/D124351#4178334>, @sammccall wrote:
> Sorry for the delay, extracting the repro from the build system seems about as much work as minimizing it :-)
> F26749550: modrepo2.zip <https://reviews.llvm.org/F26749550> - running repro.sh hits an assert for me on the main.cpp compile.
>
> (I suspect something much smaller is breaking the expected invariant, I just can't get a smaller crasher)
@ChuanqiXu @erichkeane I started to look at this repro but I might need help, it seems extremely weird (I failed to reduce it much further), and I don't have a good grasp on how modules affect things
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