Radar-Id: rdar://problem/57764169
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It'd be nice if we didn't have to synthesize parameters for all declarations when we're just handling an @interface, but we can improve that in follow-ups.
Comment Actions
yeah ideally I'd want to do it lazily when we emit the direct call, but at this point the Decl is const and that was a huge change to make.
Comment Actions
Alternatively, we could make IRGen not depend on those parameters being set just to call a function, which seems reasonable since the parameter variables are logically internal to the implementation.