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

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 30 14:35:33 PDT 2025


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

Ah, yeah, I see that we've removed nearly all of them. I suppose it'd make sense to remove "yes" entirely as an option, given we're so close, and also given that there seems to have been more than one interpretation of what it means -- the latter is my fault, I should have called it "always" or something, or at least written down what I was thinking! :)

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


More information about the cfe-commits mailing list