[clang] c82c54a - [Clang][NFC] Fix trailing whitespace in ReleaseNotes.rst
via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 7 02:19:20 PST 2024
Author: cor3ntin
Date: 2024-01-07T11:19:16+01:00
New Revision: c82c54a1ef89ebd4903adfd977dabd34718a136e
URL: https://github.com/llvm/llvm-project/commit/c82c54a1ef89ebd4903adfd977dabd34718a136e
DIFF: https://github.com/llvm/llvm-project/commit/c82c54a1ef89ebd4903adfd977dabd34718a136e.diff
LOG: [Clang][NFC] Fix trailing whitespace in ReleaseNotes.rst
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 154412144ef97a..c9b577bd549b1e 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -858,7 +858,7 @@ Bug Fixes to C++ Support
(`#64086 <https://github.com/llvm/llvm-project/issues/64086>`_)
- Fixed a regression where clang forgets how to substitute into constraints on template-template
- parameters. Fixes:
+ parameters. Fixes:
(`#57410 <https://github.com/llvm/llvm-project/issues/57410>`_) and
(`#76604 <https://github.com/llvm/llvm-project/issues/57410>`_)
More information about the cfe-commits
mailing list