[clang] [C++20] [Modules] [Itanium ABI] Generate the vtable in the module unit of dynamic classes (PR #75912)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 13:19:23 PDT 2024


================
@@ -6853,6 +6853,7 @@ void CodeGenModule::EmitTopLevelDecl(Decl *D) {
         if (ES->hasExternalDefinitions(D) == ExternalASTSource::EK_Never)
           DI->completeUnusedClass(*CRD);
     }
+
----------------
efriedma-quic wrote:

Unnecessary whitespace change

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


More information about the cfe-commits mailing list