From: Aaron Ballman Date: Tue, 29 Nov 2022 17:01:25 +0000 (-0500) Subject: Fix Clang sphinx build X-Git-Tag: upstream/17.0.6~26015 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b5d5250be3e42d388d85e28ec31656c463f0d34;p=platform%2Fupstream%2Fllvm.git Fix Clang sphinx build This addresses the issue found by: https://lab.llvm.org/buildbot/#/builders/92/builds/36372 --- 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^