[clang] 508ad37 - [Clang][NFC] Fix sphinx documentation
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 6 14:23:35 PDT 2023
Author: Corentin Jabot
Date: 2023-09-06T23:23:19+02:00
New Revision: 508ad3764853f52253a2f9a58da5eb3fba0ebcd7
URL: https://github.com/llvm/llvm-project/commit/508ad3764853f52253a2f9a58da5eb3fba0ebcd7
DIFF: https://github.com/llvm/llvm-project/commit/508ad3764853f52253a2f9a58da5eb3fba0ebcd7.diff
LOG: [Clang][NFC] Fix sphinx documentation
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 271e0852781bc9..5b2a6349a5b15b 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -266,12 +266,12 @@ Bug Fixes to C++ Support
(`#64723 <https://github.com/llvm/llvm-project/issues/64723>`_).
- Fix crash when parsing the requires clause of some generic lambdas.
- (`#64689 <https://github.com/llvm/llvm-project/issues/64689>`_`)
+ (`#64689 <https://github.com/llvm/llvm-project/issues/64689>`_)
- Fix crash when the trailing return type of a generic and dependent
lambda refers to an init-capture.
- (`#65067 <https://github.com/llvm/llvm-project/issues/65067>`_` and
- `#63675 <https://github.com/llvm/llvm-project/issues/63675>`_`)
+ (`#65067 <https://github.com/llvm/llvm-project/issues/65067>`_) and
+ (`#63675 <https://github.com/llvm/llvm-project/issues/63675>`_).
Bug Fixes to AST Handling
^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list