Simple complete example of a Clang Transformer

Hi -

I’m trying to create a simple source-to-source translation tool, it looks like the Clang Transformer probably provides what I need. Are there any fairly minimal but complete examples? The existing tutorial doesn’t really go into the details of how source transformations are actually done.

Happy to contribute something to the documentation when I’m done.

Thanks,
Andrew.