Hi
I am new to LLVM and CLANG.
My requirement is to embed a compiler into my code.
As far as I know it is unrealistic to embed gcc.
Is it possible with CLANG?
if libclang is the C interface for clang, is there any programming guide available for
reference other that API documentation
Thanks
Chanakya