================
@@ -171,3 +171,20 @@ struct NoInstantiation<int, U>{
     };
 };
 } // namespace PartialSpecializationNoInstantiation
+
+namespace PR139031 {
----------------
vbvictor wrote:

nit: IMO `PR-XXXX` or `GH-XXX` namespaces just bloat code without any benefits, 
`git blame` can do the job.
And if LLVM ever moves from GitHub issue, this number will become meaningless.

```suggestion
namespace PureVirtual {
```

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

Reply via email to