[cfe-dev] libclang, someday?

Seo Sanghyeon sanxiyn at gmail.com
Sun Aug 10 05:05:16 PDT 2008


2008/8/10 Dan Villiom Podlaski Christiansen <danchr at daimi.au.dk>:
> On a similar note, how settled are you on the current command line interface
> to clang? I can't help but find it somewhat annoying that the current
> interface is wholly incompatible with GCC and, I suspect, other compilers. I
> patched it locally to support -c, -S and -Wall, to ignore valid -O flags, as
> well as allow -W and -Wextra as aliases for -Wall. Are you interested in
> changes like these?

Did you find ccc script under utils directory inadequate? It supports
-c, -E, -o, ignore -W and -O, link objects, emit native codes, default
to a.out, and in general quite compatible with GCC.

-- 
Seo Sanghyeon



More information about the cfe-dev mailing list