[cfe-commits] PATCH: added clang-ast-dump tool

Manuel Klimek klimek at google.com
Thu Jul 12 10:49:20 PDT 2012


Some comments:
- no indent for namespace afaik
- perhaps we can pull out the parts that only work on the TU-Decl, and
only leave the recursive bit in TraverseDecl?
- please add at least one integration test :)

Cheers,
/Manuel

On Thu, Jul 12, 2012 at 7:27 PM, Alexander Kornienko <alexfh at google.com> wrote:
> Hi,
>
> This patch adds the clang-ast-dump tool based on the Clang Tooling
> infrastructure. It can help users of AST matchers to explore and understand
> AST by selectively dumping it. This is a first version aimed at collecting
> feedback and feature requests.
>
> --
> Regards,
> Alexander



More information about the cfe-commits mailing list