Skip to content

Commit ecfceb8

Browse files
authored
[clang][NFC] order C++ standards in reverse in release notes (#104866)
Noticed that the release notes currently have a weird order: C++17, C++14(!), C++20, C++23, C++2c. Reorder them in reverse chronological order, which also matches the [status page](https://clang.llvm.org/cxx_status.html).
1 parent 1df1504 commit ecfceb8

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,6 @@ C++ Language Changes
107107
constant expression. Supports the `V.xyzw` syntax and other tidbits
108108
as seen in OpenCL. Selecting multiple elements is left as a future work.
109109

110-
C++17 Feature Support
111-
^^^^^^^^^^^^^^^^^^^^^
112-
113-
C++14 Feature Support
114-
^^^^^^^^^^^^^^^^^^^^^
115-
116-
C++20 Feature Support
117-
^^^^^^^^^^^^^^^^^^^^^
118-
119-
C++23 Feature Support
120-
^^^^^^^^^^^^^^^^^^^^^
121-
- Removed the restriction to literal types in constexpr functions in C++23 mode.
122-
123110
C++2c Feature Support
124111
^^^^^^^^^^^^^^^^^^^^^
125112

@@ -131,6 +118,13 @@ C++2c Feature Support
131118

132119
- Implemented `P2893R3 Variadic Friends <https://wg21.link/P2893>`_
133120

121+
C++23 Feature Support
122+
^^^^^^^^^^^^^^^^^^^^^
123+
- Removed the restriction to literal types in constexpr functions in C++23 mode.
124+
125+
C++20 Feature Support
126+
^^^^^^^^^^^^^^^^^^^^^
127+
134128
Resolutions to C++ Defect Reports
135129
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136130

0 commit comments

Comments
 (0)