================
@@ -0,0 +1,556 @@
+class Trait<string P> {
+ string Prefix = P;
+ string Spelling = "";
----------------
erichkeane wrote:Perhaps a separate collection of `alias`es would be useful? It seems the differentiation between an alias and a name could be reasonably useful. https://github.com/llvm/llvm-project/pull/201491 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
