[PATCH] D90543: [Syntax] Start to move trivial Node class definitions to TableGen. NFC

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 31 17:11:07 PDT 2020


sammccall added a comment.

There are *lots* more nodes that can be converted here, I'll wait to review the pattern first :-)

The generated code is identical to the deleted code, except the constructor for abstract classes is protected now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90543



More information about the cfe-commits mailing list