Hi,<br><br>For my project, I have to implement a source-to-source transformation from C to C#.<br>I am only looking at a subset of C (including pointers, function calls, etc) as my input.<br>Is the clang front-end a good starting point for my problem ? <br>


<br>I have some experience with implementing LLVM optimizations. Is there some clang analogue<br>to <a href="http://llvm.org/docs/WritingAnLLVMPass.html" target="_blank">http://llvm.org/docs/WritingAnLLVMPass.html</a> where I can get a step-by-step guide of<br>


how to implement a clang pass ?<br><br>Thanks<br><font color="#888888">Pranav</font>