<div dir="ltr">Forgot to say: Fixes PR21974.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 19, 2014 at 6:07 PM, Nico Weber <span dir="ltr"><<a href="mailto:thakis@chromium.org" target="_blank">thakis@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>the attached patch disables trigraphs by default in clang-cl mode. To do so, I'm renaming the cc1 trigraph flag to -ftrigraphs, and I'm adding a -fno-trigraphs flag. (This requires updating a handful of cc1 tests, and translating -trigraphs to -ftrigraphs in the driver.)</div><div><br>The driver grows parsing logic for /Zc:, everything other than trigraphs is ignored for now. (We probably want to implement at least /Zc:inline at some point, which is why I added parsing code for this instead of always sending -fno-trigraphs to cc1 in clang-cl mode.)</div><div><br>Ok?</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Nico</div></font></span></div>
</blockquote></div><br></div>