[cfe-dev] How clang is seen outside the community (Was: Re: david's integer overflow stuff)

Douglas Gregor dgregor at apple.com
Fri Sep 17 21:07:26 PDT 2010


-Xclang passes the next argument directly through to -cc1. You can use it to pass -cc1-specific arguments on the normal command line. 

Sent from my iPhone

On Sep 17, 2010, at 7:11 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:

> Helps if I send this to the mailing list since the mailing list does
> not auto fill the headers like most others do annoyingly enough.
> 
> On Fri, Sep 17, 2010 at 8:11 PM, OvermindDL1 <overminddl1 at gmail.com> wrote:
>> On Fri, Sep 17, 2010 at 7:09 PM, Chandler Carruth <chandlerc at google.com> wrote:
>>> Doesn't "clang++ -Xclang -plugin -Xclang ..." work today? Maybe that's "too
>>> gross"...
>> 
>> Nope, you need a -cc1 in there too, passing it to the driver does not
>> pass the plugin down oddly enough, probably a simple fix though, may
>> look later.
>> 
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list