Author: Aaron Ballman Date: 2022-11-29T12:01:25-05:00 New Revision: 7b5d5250be3e42d388d85e28ec31656c463f0d34
URL: https://github.com/llvm/llvm-project/commit/7b5d5250be3e42d388d85e28ec31656c463f0d34 DIFF: https://github.com/llvm/llvm-project/commit/7b5d5250be3e42d388d85e28ec31656c463f0d34.diff LOG: Fix Clang sphinx build This addresses the issue found by: https://lab.llvm.org/buildbot/#/builders/92/builds/36372 Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 0e57feb6e085..bf788ff51ab4 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 <https://github.com/llvm/llvm-project/issues/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 <https://cplusplus.github.io/LWG/issue3823>`_ Improvements to Clang's diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits