[clang-tools-extra] r174382 - Adds JSON output for replacements, to simplify tools integration.

Manuel Klimek klimek at google.com
Wed Feb 6 01:43:49 PST 2013


On Tue, Feb 5, 2013 at 6:55 PM, Sean Silva <silvas at purdue.edu> wrote:

> This is a good idea.
>
> However, why not make this a method on Replacements (or a helper
> function taking a Replacements)? This functionality seems broadly
> useful.
>

I have a strong objection to coupling serialization to domain objects (that
usually explodes over time).

I'm for adding free-standing functions once we have a better idea how an
interface would look - but I'd like requests from other people to use it
and seeing their use cases.

At the moment, I just kicked this again, as the people we need this for
(upstream eclipse integration) apparently don't want to use JSON (sigh).
But hey, it's 10 lines of code :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130206/a3f068cb/attachment.html>


More information about the cfe-commits mailing list