[PATCH] D48013: TableGen/SearchableTables: Support more generic enums and tables

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 15:21:31 PDT 2018


javed.absar added inline comments.


================
Comment at: include/llvm/TableGen/SearchableTable.td:15
+// 1. (Generic) Enums. By instantiating the GenericEnum class once, an enum with
+// the name of the def is generated. Is is guarded by the preprocessor define
+// GET_name_DECL, where name is the name of the def (in upper case).
----------------
nitpick - "Is is guarded by..."


Repository:
  rL LLVM

https://reviews.llvm.org/D48013





More information about the llvm-commits mailing list