From 4901245481b6588056638b8fc38598615039314a Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 17 Feb 2023 07:56:52 -0500 Subject: [PATCH] Fix Clang sphinx build This addresses issues found in: https://lab.llvm.org/buildbot/#/builders/92/builds/40269 --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 70a91ba..b6d3473 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -83,7 +83,7 @@ C Language Changes ------------------ - Support for outputs from asm goto statements along indirect edges has been added. This fixes - `Issue 53562 `_. C2x Feature Support ^^^^^^^^^^^^^^^^^^^ -- 2.7.4