Commits

Ben Langmuir committed 1b22116639f
[SourceKit] Refactor parameter printing to use its own callbacks NFC The current approach of visiting the param decl won't work when we want to visit the parameters of function *types*, or when visiting tuple elements (which aren't themselves decls). rdar://problem/24292226