On Wed, Sep 17, 2014 at 3:43 PM, Richard Smith <[email protected]> wrote:
> Index: test/SemaCXX/cxx98-compat.cpp > =================================================================== > --- test/SemaCXX/cxx98-compat.cpp (revision 217313) > +++ test/SemaCXX/cxx98-compat.cpp (working copy) > @@ -1,5 +1,5 @@ > -// RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wc++98-compat -verify %s > -// RUN: %clang_cc1 -fsyntax-only -std=c++1y -Wc++98-compat -verify %s > -DCXX14COMPAT > +// RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wc++98-compat > -Wc++98-compat-bind-to-temporary-copy -verify %s > +// RUN: %clang_cc1 -fsyntax-only -std=c++14 -Wc++98-compat > -Wc++98-compat-bind-to-temporary-copy -verify %s -DCXX14COMPAT > > Please move the relevant tests to test/SemaCXX/cxx98-compat-pedantic.cpp > instead of adding the warning flag here. > > Otherwise, LGTM, thanks! > r218008, thanks!
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
