[clang] [PAC] Implement authentication for C++ member function pointers (PR #99576)
Oliver Hunt via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 22 11:55:21 PDT 2024
================
@@ -71,6 +71,15 @@ void has_ptrauth_vtable_pointer_type_discrimination() {}
void no_ptrauth_vtable_pointer_type_discrimination() {}
#endif
+// This is always enabled when ptrauth_calls is enabled, on new enough clangs.
----------------
ojhunt wrote:
Weird mismerge I guess?
- [ ] fix the merge
https://github.com/llvm/llvm-project/pull/99576
More information about the cfe-commits
mailing list