Kick JSON output for XML output.
authorManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 09:42:05 +0000 (09:42 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 09:42:05 +0000 (09:42 +0000)
commit1882ad99052af358e6acea98f2a643b32ea581a9
tree22d3e1eab28c90dde4305ce4fdec8529a35a40c0
parenta80c4c1a080b4f34a78e06996e0f41179329d2b5
Kick JSON output for XML output.

Apparently the owners of the tools we want to integrate with (eclipse in
this case) don't have JSON parsers.

The output now is:
<replacements>
<replacement offset='2' length='3'>  </replacement>
...
</replacements>

Kicking JSON for now - it's easy enough to get back in when we need it.

FIXME: once we find this useful enough, we might want to add it as
free-standing functions to tooling.

llvm-svn: 174497
clang-tools-extra/clang-format/ClangFormat.cpp