From 7b5d5250be3e42d388d85e28ec31656c463f0d34 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 29 Nov 2022 12:01:25 -0500 Subject: [PATCH] Fix Clang sphinx build This addresses the issue found by: https://lab.llvm.org/buildbot/#/builders/92/builds/36372 --- 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 0e57feb..bf788ff 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -305,7 +305,7 @@ Bug Fixes improperly, which was corrected to match the behaviour exhibited by GCC. `Issue 58229 `_ - The builtin type trait ``__is_aggregate`` now returns ``true`` for arrays of incomplete - types in accordance with the suggested fix for `LWG3823 https://cplusplus.github.io/LWG/issue3823`_ + types in accordance with the suggested fix for `LWG3823 `_ Improvements to Clang's diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.7.4