[clang] Reland [C++20] [Modules] [Itanium ABI] Generate the vtable in the mod… (PR #102287)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 7 20:15:14 PDT 2024


================
@@ -790,6 +790,11 @@ class ASTReader
   /// the consumer eagerly.
   SmallVector<GlobalDeclID, 16> EagerlyDeserializedDecls;
 
+  /// The IDs of all vtables to emit. The referenced declarations are passed
+  /// to the consumers's HandleVTable eagerly after passing
----------------
ChuanqiXu9 wrote:

Done

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


More information about the cfe-commits mailing list