[PATCH] D90540: [Syntax] Add minimal TableGen for syntax nodes. NFC

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 4 02:30:33 PST 2020


gribozavr2 added inline comments.


================
Comment at: clang/include/clang/Tooling/Syntax/Syntax.td:31
+
+// NodeType is the root of the archetype hierarchy.
+class NodeType {
----------------
"Records derived from NodeType correspond to syntax tree node types."


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90540/new/

https://reviews.llvm.org/D90540



More information about the cfe-commits mailing list