[llvm-commits] [PATCH] A JSON parser

Manuel Klimek klimek at google.com
Thu Dec 15 09:51:31 PST 2011


Updated patch:
- as requested by Michael Spencer, now includes a benchmark
- fixed compilation error on windows

On Wed, Dec 14, 2011 at 3:55 PM, Manuel Klimek <klimek at google.com> wrote:
> Attached the patch containing the unit tests...
>
> On Wed, Dec 14, 2011 at 8:56 AM, Manuel Klimek <klimek at google.com> wrote:
>> 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.patch
Type: text/x-patch
Size: 36397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111215/f4aefdcd/attachment.bin>


More information about the llvm-commits mailing list