[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
Tue Sep 24 04:31:17 PDT 2024
================
@@ -724,6 +724,9 @@ enum ASTRecordTypes {
/// Record code for vtables to emit.
VTABLES_TO_EMIT = 70,
+
+ /// Record code for the FunctionDecl to lambdas mapping.
----------------
dmpolukhin wrote:
Done
https://github.com/llvm/llvm-project/pull/109167
More information about the cfe-commits
mailing list