> On Jan 17, 2022, at 21:59, 0dminnimda <0dminni...@gmail.com> wrote:
> 
> > The phrase “clang api” is a bit vague (libclang?)
> 
> If it's possible, then of course LibClang as it's backward compatible, but I 
> know that it's restricted in functionality, so if LibClang don't give such 
> freedom, then LibTooling.
> 
> > $ echo 'int main(void) { return 0; }' | clang -x c -
> 
> Thanks for the advice! This should work on unix, but what's about other 
> systems? That's why I wanted to go with code, because I target at least 
> Linux, Macos and Windows, and with code solution it'll be no different to 
> support all of them as well as it'll be bit more secure, I think.

I can’t see anything promising in libclang, but maybe runToolOnCode in 
libtooling might achieve what you’re after.
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to