> I want to send some c file to clang but NOT through the command prompt. My
> question is, is there a function in the clang code that I could pass the c
> file to directly to and then that function will compile my code?

Yes, that is possible using the Clang libraries.

Check out the following tutorials for a start:
https://github.com/loarabia/Clang-tutorial

-- 
João Matos

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to