================
@@ -105,6 +106,8 @@ class CodeGenerator : public ASTConsumer {
/// definition has been registered with this code generator.
llvm::Constant *GetAddrOfGlobal(GlobalDecl decl, bool isForDefinition);
+ llvm::Constant *GetAddrOfVTable(BaseSubobject base, CXXRecordDecl *decl);
----------------
zygoloid wrote:
This function should have a documentation comment. Can we make the `decl`
parameter `const`?
https://github.com/llvm/llvm-project/pull/202807
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits