The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
29.25k
stars
12.08k
forks
source link
[clang] Assertion `(!Unexpanded.empty() || LambdaReferencingOuterPacks) && "Unable to find unexpanded parameter packs"' failed. at clang::Sema::ActOnFinishFullExpr #113762
Open
yijan4845 opened 4 weeks ago
This testcase is generated by a fuzzer.
Compiler Explorer: https://godbolt.org/z/6c5b51jGW
This invalid code will crash on Clang Assertion Trunk.
It seems that this goes back to clang-12. The compiler gets the same assertion fail with 113598 but in the different function.
Stack dump: