[clang] [Clang] Implement P2864R2 Remove Deprecated Arithmetic Conversion on… (PR #73105)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 07:54:27 PST 2023


================
@@ -182,6 +182,9 @@ C++2c Feature Support
   This is applied to both C++ standard attributes, and other attributes supported by Clang.
   This completes the implementation of `P2361R6 Unevaluated Strings <https://wg21.link/P2361R6>`_
 
+- Implemented `P2864R2 Remove Deprecated Arithmetic Conversion on Enumerations From
+C++26 <https://wg21.link/P2864R2>`_.
----------------
AaronBallman wrote:

```suggestion
- Implemented `P2864R2 Remove Deprecated Arithmetic Conversion on Enumerations From C++26 <https://wg21.link/P2864R2>`_.
```
This should fix the Sphinx build issues.

https://github.com/llvm/llvm-project/pull/73105


More information about the cfe-commits mailing list