[clang] 77908ef - [clang][NFC] Add a blank line in ReleaseNotes.rst
via cfe-commits
cfe-commits at lists.llvm.org
Wed May 24 07:02:46 PDT 2023
Author: Sheng
Date: 2023-05-24T22:02:41+08:00
New Revision: 77908efab4391e7d401480c6cec307a5c45f1cce
URL: https://github.com/llvm/llvm-project/commit/77908efab4391e7d401480c6cec307a5c45f1cce
DIFF: https://github.com/llvm/llvm-project/commit/77908efab4391e7d401480c6cec307a5c45f1cce.diff
LOG: [clang][NFC] Add a blank line in ReleaseNotes.rst
A buildbot has failed on the absence of the blank line at the end of the bullet list.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 38a1347368c4..53bc6b6c0027 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -439,6 +439,7 @@ Bug Fixes in This Version
(`#62789 <https://github.com/llvm/llvm-project/issues/62789>`_).
- Fix a crash when instantiating a non-type template argument in a dependent scope.
(`#62533 <https://github.com/llvm/llvm-project/issues/62533>`_).
+
Bug Fixes to Compiler Builtins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list