================
@@ -1814,3 +1814,46 @@ namespace GH62206 {
     (d) = b; // Should not warn
   }
 } // namespace GH62206
+
+namespace GH63202 {
+
+struct Person {
----------------
vbvictor wrote:

These classes should be named with respect of what they semantically represent, 
like: `Derived`/`Base`. `Person`/`SpecialPerson` don't add any meaning which 
makes in harder to read.

https://github.com/llvm/llvm-project/pull/199905
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to