[clang] [clang] Fix PointerAuth semantics of cpp_trivially_relocatable (PR #143969)
Oliver Hunt via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 12 17:36:53 PDT 2025
================
@@ -15121,6 +15155,21 @@ ASTContext::baseForVTableAuthentication(const CXXRecordDecl *ThisClass) {
return PrimaryBase;
}
+bool ASTContext::hasAddressDiscriminatedVTableAuthentication(
----------------
ojhunt wrote:
Which function?
https://github.com/llvm/llvm-project/pull/143969
More information about the cfe-commits
mailing list