[cfe-commits] Clang Entry Point

João Matos ripzonetriton at gmail.com
Mon Jun 18 19:48:40 PDT 2012


> 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




More information about the cfe-commits mailing list