<div dir="ltr"><div class="gmail_extra">On Fri, Aug 2, 2013 at 1:56 PM, Reid Kleckner <span dir="ltr"><<a href="mailto:rnk@google.com" target="_blank" class="cremed">rnk@google.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This could be a breaking behavior change for people who expect clang to parse args after --.  They're crazy, of course, but you should ask Chandler if changing this for all driver modes is OK.</blockquote>
</div><br>I hope none have built up such a dependency. To me, it is essential that all the drivers work as this patch makes them. I actually wonder if this was a regression when we switched to the common parsing implementation. (It seems unlikely).</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">GCC-compatibility cannot be impacted by this because passing '--' to GCC results in a hard error.</div><div class="gmail_extra"><br></div><div class="gmail_extra">
So I think we should make this change, and see if anyone screams. We should also probably file a bug against GCC to get them to implement equivalent behavior.</div></div>