[clang] 7b5d525 - Fix Clang sphinx build
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 09:01:50 PST 2022
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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list