[cfe-commits] [PATCH] Updated tooling setup how-to with description of -ast-dump* options

Manuel Klimek klimek at google.com
Mon Aug 13 11:25:25 PDT 2012


Nice!

+<b>$ clang-check  tools/clang/tools/clang-check/ClangCheck.cpp
-ast-dump -ast-dump-filter
+<b>$ clang-check  tools/clang/tools/clang-check/ClangCheck.cpp
-ast-print -ast-dump-filter ActionFactory::newASTConsumer</b>

s/  / /

Apart from that lgtm.

Thx!
/Manuel


On Mon, Aug 13, 2012 at 6:37 PM, Alexander Kornienko <alexfh at google.com> wrote:
>
>
> On Mon, Aug 13, 2012 at 4:06 PM, Manuel Klimek <klimek at google.com> wrote:
>>
>> I'd add a simple example on how to run this on ClangCheck.cpp that
>> works out-of-the-box so people reading this have a working command
>> line to be able to start iterating from...
>
> Something like this? (see patch)
>
>>
>> On Mon, Aug 13, 2012 at 3:58 PM, Alexander Kornienko <alexfh at google.com>
>> wrote:
>> > Copy-paste from clang-check -help, but this seems to be a right
>> > information
>> > for this document.
>> >
>> > --
>> > Best regards,
>> > Alexander Kornienko
>> >
>
>
>
>
> --
> Best regards,
> Alexander Kornienko
>



More information about the cfe-commits mailing list