[llvm-branch-commits] [clang] release/21.x: Add pointer auth documentation to contents (#155763) (PR #155954)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 28 17:59:12 PDT 2025


https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/155954

Backport 6394c58

Requested by: @ojhunt

>From 381a486dfc5ab2d94063bd5b8faf0508f30dd59c Mon Sep 17 00:00:00 2001
From: Oliver Hunt <oliver at apple.com>
Date: Thu, 28 Aug 2025 14:02:37 -0700
Subject: [PATCH] Add pointer auth documentation to contents (#155763)

I cleverly hid the pointer authentication documentation by not adding it to the documentation contents.

(cherry picked from commit 6394c58874d163890f9c8267a404129dea4568e4)
---
 clang/docs/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clang/docs/index.rst b/clang/docs/index.rst
index 4871d05e932ae..f603ce34a0818 100644
--- a/clang/docs/index.rst
+++ b/clang/docs/index.rst
@@ -45,6 +45,7 @@ Using Clang as a Compiler
    BoundsSafetyImplPlans
    ControlFlowIntegrity
    LTOVisibility
+   PointerAuthentication
    SafeStack
    ShadowCallStack
    SourceBasedCodeCoverage



More information about the llvm-branch-commits mailing list