[LLVMdev] Source to source translation.

Sebastian Redl sebastian.redl at getdesigned.at
Thu Oct 21 01:13:27 PDT 2010


On 20.10.2010 22: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?
That's possible with Clang. Please post on the cfe-dev list.

Sebastian



More information about the llvm-dev mailing list