From ab209cafdcd8759302f04205d2f09f4243149f0f Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 5 Aug 2025 17:31:15 -0700 Subject: [PATCH] Add link to CFI design doc to the documentation index. --- clang/docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/docs/index.rst b/clang/docs/index.rst index 4871d05e932a..542bfc94cd57 100644 --- a/clang/docs/index.rst +++ b/clang/docs/index.rst @@ -117,6 +117,7 @@ Design Documents OffloadingDesign PCHInternals ItaniumMangleAbiTags + ControlFlowIntegrityDesign HardwareAssistedAddressSanitizerDesign.rst ConstantInterpreter