[LLVMdev] Source to source translation.
Duncan Sands
baldrick at free.fr
Thu Oct 21 00:49:18 PDT 2010
Hi Carlos,
> 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?
this may be possible with clang. I suggest you ask on the clang mailing list.
Best wishes,
Duncan.
More information about the llvm-dev
mailing list