[clang] 43d8ffe - Fix underlining length; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri May 6 05:47:53 PDT 2022
Author: Aaron Ballman
Date: 2022-05-06T08:47:45-04:00
New Revision: 43d8ffeeb1f2ba68e51652ee50da8cf5bf49fdfd
URL: https://github.com/llvm/llvm-project/commit/43d8ffeeb1f2ba68e51652ee50da8cf5bf49fdfd
DIFF: https://github.com/llvm/llvm-project/commit/43d8ffeeb1f2ba68e51652ee50da8cf5bf49fdfd.diff
LOG: Fix underlining length; NFC
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 9e9990fa4a9be..0a5d3a85834d3 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -69,7 +69,7 @@ Major New Features
Randomizing structure layout is a C-only feature.
Bug Fixes
-------------------
+---------
- ``CXXNewExpr::getArraySize()`` previously returned a ``llvm::Optional``
wrapping a ``nullptr`` when the ``CXXNewExpr`` did not have an array
size expression. This was fixed and ``::getArraySize()`` will now always
More information about the cfe-commits
mailing list