[llvm-branch-commits] [clang] 9f3f813 - Add pointer auth documentation to contents (#155763)
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Sep 3 03:13:27 PDT 2025
Author: Oliver Hunt
Date: 2025-09-03T12:14:55+02:00
New Revision: 9f3f813c94f59d681a901025f0b639d40a0491ed
URL: https://github.com/llvm/llvm-project/commit/9f3f813c94f59d681a901025f0b639d40a0491ed
DIFF: https://github.com/llvm/llvm-project/commit/9f3f813c94f59d681a901025f0b639d40a0491ed.diff
LOG: 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)
Added:
Modified:
clang/docs/index.rst
Removed:
################################################################################
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