[clang] [C++20][Modules] Fix crash when function and lambda inside loaded from different modules (PR #109167)
Dmitry Polukhin via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 11 05:44:11 PDT 2024
dmpolukhin wrote:
> Here is the reproducer that crashes at head. [lambdas.tgz](https://github.com/user-attachments/files/17329901/lambdas.tgz)
I reproduced this issue on my machine and confirm that it is indeed due to my changes. https://github.com/llvm/llvm-project/pull/111992 has fix that seems to fix the reproducer and doesn't introduce new issue as far as I know.
@ilya-biryukov could you please try it on your full test case?
https://github.com/llvm/llvm-project/pull/109167
More information about the cfe-commits
mailing list