[clang] Add tests for CWG issues 6, 212, 232, 2823. (PR #165633)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 30 15:01:30 PDT 2025


================
@@ -230,6 +230,37 @@ namespace cwg211 { // cwg211: 2.7
   };
 } // namespace cwg211
 
+namespace cwg212 { // cwg212: yes
----------------
Endilll wrote:

> I suppose it'd make sense to remove "yes" entirely as an option, given we're so close

I discussed that with other maintainers, and it was met with some resistance. I guess DR status page for C being filled with "yes" didn't help.

(There is a dream for C DR tests to follow the example of C++ DR tests, including the script to automatically generate the status page.)

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


More information about the cfe-commits mailing list