We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb9186 commit e86c25dCopy full SHA for e86c25d
libcxx/include/typeinfo
@@ -276,7 +276,7 @@ struct __type_info_implementations {
276
};
277
278
# if __has_cpp_attribute(_Clang::__ptrauth_vtable_pointer__)
279
-# if __has_feature(ptrauth_type_info_discriminated_vtable_pointer)
+# if __has_feature(ptrauth_type_info_vtable_pointer_discrimination)
280
# define _LIBCPP_TYPE_INFO_VTABLE_POINTER_AUTH \
281
[[_Clang::__ptrauth_vtable_pointer__(process_independent, address_discrimination, type_discrimination)]]
282
# else
0 commit comments