[CodeGen] Remove default ctors for InputArg and OutputArg (#153205)
These make it easy to forget to initialize some members, like the newly added OrigTy. Force these to always go through the ctor instead.
Loading
Please sign in to comment
These make it easy to forget to initialize some members, like the newly added OrigTy. Force these to always go through the ctor instead.