Skip to content

Commit 8c0150c

Browse files
committed
Adding pointer authentication reference in docs
1 parent d61da13 commit 8c0150c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,9 @@ Query for this feature with ``__has_builtin(__builtin_offsetof)``.
30783078
--------------------------------
30793079
30803080
``__builtin_get_vtable_pointer`` loads and authenticates the primary vtable
3081-
pointer from an instance of a polymorphic C++ class.
3081+
pointer from an instance of a polymorphic C++ class. This builtin is needed
3082+
for directly loading the vtable pointer when on platforms using
3083+
:doc:`PointerAuthentication`.
30823084
30833085
**Syntax**:
30843086

0 commit comments

Comments
 (0)