[clang] [C++20][Modules] Fix crash when function and lambda inside loaded from different modules (PR #109167)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 23 18:57:46 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.
----------------
ChuanqiXu9 wrote:

Let's add some simple comments here to explain why we want to do this.

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


More information about the cfe-commits mailing list