[llvm-commits] [PATCH] A JSON parser

Manuel Klimek klimek at google.com
Tue Dec 13 23:56:52 PST 2011


Hi,

the attached patch implements a JSON parser which currently parses a
subset of JSON that is needed to parse compile command line files that
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS outputs. Those files are the
basis for the tooling support we're hoping to contribute incrementally
to llvm / clang.

I've attached the patch and uploaded it to rietveld
(http://codereview.appspot.com/5485074).
Feedback welcome!

Cheers,
/Manuel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: json_parser.patch
Type: text/x-patch
Size: 23140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111214/3a1b9adf/attachment.bin>


More information about the llvm-commits mailing list