[TableGen] Refactor the implementation of arguments to introduce ArgumentInit [nfc]
A new Init type ArgumentInit is added to represent arguments. We currently only support positional arguments; an upcoming change will add named argument support. The index of argument in error message is removed. Differential Revision: https://reviews.llvm.org/D154066
Loading
Please sign in to comment