<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 17, 2014 at 3:43 PM, Richard Smith <span dir="ltr"><<a href="mailto:richard@metafoo.co.uk" target="_blank">richard@metafoo.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Index: test/SemaCXX/cxx98-compat.cpp</div><div>===================================================================</div><div>--- test/SemaCXX/cxx98-compat.cpp<span style="white-space:pre-wrap">  </span>(revision 217313)</div><div>+++ test/SemaCXX/cxx98-compat.cpp<span style="white-space:pre-wrap">       </span>(working copy)</div><div>@@ -1,5 +1,5 @@</div><div>-// RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wc++98-compat -verify %s</div><div>-// RUN: %clang_cc1 -fsyntax-only -std=c++1y -Wc++98-compat -verify %s -DCXX14COMPAT</div><div>+// RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wc++98-compat -Wc++98-compat-bind-to-temporary-copy -verify %s</div><div>+// RUN: %clang_cc1 -fsyntax-only -std=c++14 -Wc++98-compat -Wc++98-compat-bind-to-temporary-copy -verify %s -DCXX14COMPAT</div><div><br></div><div>Please move the relevant tests to test/SemaCXX/cxx98-compat-pedantic.cpp instead of adding the warning flag here.</div><div><br></div><div>Otherwise, LGTM, thanks!</div></div></blockquote></div><br></div><div class="gmail_extra">r218008, thanks!<br></div></div>