[cfe-dev] [PATCH] LibTooling docs

Manuel Klimek klimek at google.com
Thu Apr 19 12:39:33 PDT 2012


On Thu, Apr 19, 2012 at 8:54 PM, Matthieu Monrocq
<matthieu.monrocq at gmail.com> wrote:
>
>
> Le 19 avril 2012 17:54, Marshall Clow <mclow.lists at gmail.com> a écrit :
>
>> On Apr 19, 2012, at 7:36 AM, Manuel Klimek wrote:
>>
>> > Please find a first version attached.
>> >
>> > The next step is a short intro on how to write a FrontendAction, which
>> > is common to clang plugins and libtooling, and thus I thought I'd put
>> > it into a separate doc.
>>
>>
>> LGTM!
>>
>> -- Marshall
>>
>> Marshall Clow     Idio Software   <mailto:mclow.lists at gmail.com>
>>
>> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is
>> promptly moderated down to (-1, Flamebait).
>>        -- Yu Suzuki
>>
>>
>
> Hi Manuel,
>
> At the end of the document you specify that a compile_commands.json is
> created. I thought that Json has been abandonned as a format ?

Nope, it hasn't. JSON is a full subset of YAML - the only thing that
changed is that we use the YAML parser to parse JSON.

Cheers,
/Manuel




More information about the cfe-dev mailing list