[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


================
@@ -90,6 +90,24 @@ namespace cwg5 { // cwg5: 3.1
   const C c = e;
 } // namespace cwg5
 
+namespace cwg6 { // cwg6 codegen is tested in cwg6.cpp
----------------
Endilll wrote:

Can you move non-codegen part of the test to `cwg6.cpp`? It's unfortunate to split them like this. See `cwg2353.cpp` for an example.

Don't forget to leave `// cwg6 is in cwg6.cpp` here

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


More information about the cfe-commits mailing list