[clang] df18167 - [docs] Restore missing blank line
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 27 14:21:18 PDT 2022
Author: Vitaly Buka
Date: 2022-06-27T14:21:08-07:00
New Revision: df18167ac56d05f2ab55f9d874aee7ab6d5bc9a2
URL: https://github.com/llvm/llvm-project/commit/df18167ac56d05f2ab55f9d874aee7ab6d5bc9a2
DIFF: https://github.com/llvm/llvm-project/commit/df18167ac56d05f2ab55f9d874aee7ab6d5bc9a2.diff
LOG: [docs] Restore missing blank line
Lost in resolving conflicts for cdfa15da94f06289dcf86173d18b6627f92ac403.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index f8c6aaa06999..3e29987ad263 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -73,6 +73,7 @@ Major New Features
work to support HLSL see the `documentation
<https://clang.llvm.org/docs/HLSLSupport.html>`_, or the `GitHub project
<https://github.com/orgs/llvm/projects/4>`_.
+
Bug Fixes
---------
- ``CXXNewExpr::getArraySize()`` previously returned a ``llvm::Optional``
More information about the cfe-commits
mailing list