[clang] [clang][NFC] move traits to tablegen (PR #201491)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 22 08:52:40 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list