Re: r351012 - Implement TemplateArgument dumping in terms of Visitor

2019-01-14 Thread Aaron Ballman via cfe-commits
On Sat, Jan 12, 2019 at 11:39 AM Stephen Kelly via cfe-commits wrote: > > Author: steveire > Date: Sat Jan 12 08:35:37 2019 > New Revision: 351012 > > URL: http://llvm.org/viewvc/llvm-project?rev=351012&view=rev > Log: > Implement TemplateArgument dumping in terms of Visitor > > Summary: Split the

r351012 - Implement TemplateArgument dumping in terms of Visitor

2019-01-12 Thread Stephen Kelly via cfe-commits
Author: steveire Date: Sat Jan 12 08:35:37 2019 New Revision: 351012 URL: http://llvm.org/viewvc/llvm-project?rev=351012&view=rev Log: Implement TemplateArgument dumping in terms of Visitor Summary: Split the output streaming from the traversal to other AST nodes. Reviewers: aaron.ballman Subsc