[clang] [clang][NFC] move traits to tablegen (PR #201491)

Matthias Wippich via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 12 17:12:46 PDT 2026


================
@@ -0,0 +1,556 @@
+class Trait<string P> {
+  string Prefix = P;
+  string Spelling = "";
+  string StdName = "";
+  string KeyFlag = "KEYCXX";
----------------
Tsche wrote:

I've moved the TokenKey enum to tablegen. The actual enum is currently not generated, I'll send a followup patch for that once this is merged.

https://github.com/llvm/llvm-project/pull/201491


More information about the cfe-commits mailing list