[Clang] Implement P2865R6 (Remove Deprecated Array Comparisons from C++26) #117859
Description
Paper link: https://isocpp.org/files/papers/P2865R6.pdf
We implement the depreciation warning, we need to turn it into an error https://godbolt.org/z/sqod3G69P.
TODO:
- Adding an error diagnostics in C++26 mode (while keeping the existing depreciation warning in older language modes)
- Adding tests
- Modifying cxx_status.html
- Adding changelog entry
Activity