LGTM, thanks! It looks like you didn't add -std=gnu++14. Is there a reason for that? It seems useful, even if GCC doesn't support it yet.
Also, I spied a CXX1YCOMPAT macro in one of the tests you updated :) On 19 Aug 2014 08:36, "Aaron Ballman" <[email protected]> wrote: > This patch moves us forward so we can use -std=c++14 instead of > -std=c++1y. It similarly fixes up the diagnostic options, and changes > the identifiers away from 1y. While it looks big, it's mostly changing > identifiers, updating diagnostic text, and fixing tests to > accommodate. > > ~Aaron >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
