[cfe-dev] [LLVMdev] Source to source translation.

Carlos Crespo macayaven at gmail.com
Thu Oct 21 19:44:26 PDT 2010


Thanks for your answer Garrison! I will check out clang's ASTConsumer as you
say.

Greetings.

On Thu, Oct 21, 2010 at 7:03 PM, Garrison Venn <gvenn.cfe.dev at gmail.com>wrote:

> Check out clang's ASTConsumer, and its various driver, and front end
> components. I cannot give you more details, as I'm
> about to start doing this myself, albeit from C++ source to a non-source
> foreign language library. However I believe
> your goal is most definitely doable.
>
> Garrison
>
> On Oct 20, 2010, at 16:57, Carlos Crespo wrote:
>
> > Hello,
> >
> > I'm trying to do a source to source translation from C++ code to C++
> code. I want the output to contains some automatically inserted annotations,
> and the rest of the code exactly the same as it was before the processing.
> Is this possible with llvm?
> >
> > Thanks.
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20101021/a595e819/attachment.html>


More information about the cfe-dev mailing list