[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 02:34:05 PDT 2025


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

```suggestion
namespace cwg212 { // cwg212: 2.7
```
I checked on Compiler Explorer that we exhibit the expected behavior all the way down to 2.7 in both C++98 and C++11 modes

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


More information about the cfe-commits mailing list