[clang] 18c3c77 - Add papers adopted by the C++ committee in the June 2021 plenary
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 28 10:45:39 PDT 2021
Author: Corentin Jabot
Date: 2021-06-28T13:45:12-04:00
New Revision: 18c3c7784975700ae463bb461487d46e74324a66
URL: https://github.com/llvm/llvm-project/commit/18c3c7784975700ae463bb461487d46e74324a66
DIFF: https://github.com/llvm/llvm-project/commit/18c3c7784975700ae463bb461487d46e74324a66.diff
LOG: Add papers adopted by the C++ committee in the June 2021 plenary
Added:
Modified:
clang/www/cxx_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index b7f2501cbc534..8de688189e297 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1283,6 +1283,41 @@ <h2 id="cxx23">C++2b implementation status</h2>
<td><a href="https://wg21.link/p2266r1">P2266R1</a></td>
<td class="unreleased" align="center">Clang 13</td>
</tr>
+ <tr>
+ <td><tt>if consteval</tt></td>
+ <td><a href="https://wg21.link/P1938R3">P1938R3</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+ <td>Allow duplicate attributes</td>
+ <td><a href="https://wg21.link/P2156R1">P2156R1</a></td>
+ <td class="unreleased" align="center">Clang 13</td>
+ </tr>
+ <tr>
+ <td>Narrowing contextual conversions to bool</td>
+ <td><a href="https://wg21.link/P1401R5">P1401R5</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+ <td>Trimming whitespaces before line splicing</td>
+ <td><a href="https://wg21.link/P2223R2">P2223R2</a></td>
+ <td class="full" align="center">Yes</td>
+ </tr>
+ <tr>
+ <td>Make declaration order layout mandated</td>
+ <td><a href="https://wg21.link/p1847r4">P1874R4</a></td>
+ <td class="full" align="center">Yes</td>
+ </tr>
+ <tr>
+ <td>C++ identifier syntax using UAX 31</td>
+ <td><a href="https://wg21.link/P1949R7">P1949R7</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
+ <tr>
+ <td>Mixed string literal concatenation</td>
+ <td><a href="https://wg21.link/p2201r1">P2201R1</a></td>
+ <td class="full" align="center">Yes</td>
+ </tr>
</table>
</details>
More information about the cfe-commits
mailing list