diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 46a7aff15da9d..f03e5231215eb 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 };