diff options
author | Vitaly Buka <vitalybuka@google.com> | 2022-06-27 14:19:51 -0700 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2022-06-27 14:21:08 -0700 |
commit | df18167ac56d05f2ab55f9d874aee7ab6d5bc9a2 (patch) | |
tree | cd59b13e2b93c2137d8b8e72a1c4dd8dc8287e6c | |
parent | 62a71cc5ef3f4286fe9bb325971913b507797094 (diff) | |
download | llvm-df18167ac56d05f2ab55f9d874aee7ab6d5bc9a2.zip llvm-df18167ac56d05f2ab55f9d874aee7ab6d5bc9a2.tar.gz llvm-df18167ac56d05f2ab55f9d874aee7ab6d5bc9a2.tar.bz2 |
[docs] Restore missing blank line
Lost in resolving conflicts for cdfa15da94f06289dcf86173d18b6627f92ac403.
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index f8c6aaa..3e29987a 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`` |