[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
Thu Sep 26 07:24:01 PDT 2024


dmpolukhin wrote:

I think it is due to this change :( I'm iterating over `Decl*` in `FunctionToLambdasMap`. I'm fixing it by replacing the pointers with LocalDeclID that should be stable.

https://github.com/llvm/llvm-project/pull/109167


More information about the cfe-commits mailing list