================
@@ -758,16 +759,18 @@ namespace cwg347 { // cwg347: yes
     void g();
   };
 
-  struct derived : base {};
+  struct derived : base {}; // #defined-here-derived
----------------
Endilll wrote:

```suggestion
  struct derived : base {}; // #cwg347-derived
```

https://github.com/llvm/llvm-project/pull/110638
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to