[clang] df6b35e - Fix Clang Sphinx bot
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 4 08:43:44 PDT 2023
Author: Aaron Ballman
Date: 2023-08-04T11:43:35-04:00
New Revision: df6b35e329ebecad6dc3bfb83183e482eb7a0020
URL: https://github.com/llvm/llvm-project/commit/df6b35e329ebecad6dc3bfb83183e482eb7a0020
DIFF: https://github.com/llvm/llvm-project/commit/df6b35e329ebecad6dc3bfb83183e482eb7a0020.diff
LOG: Fix Clang Sphinx bot
Addresses the issue found in:
https://lab.llvm.org/buildbot/#/builders/92/builds/48490
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 46a7aff15da9dc..f03e5231215eb2 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -74,6 +74,7 @@ C++2c Feature Support
is not supported.
.. code-block:: cpp
+
struct S {
int _, _; // Was invalid, now OK
};
More information about the cfe-commits
mailing list