On Sat, October 15, 2011 05:01, Chandler Carruth wrote: > On Fri, Oct 14, 2011 at 8:38 PM, Richard Smith > <[email protected]>wrote: >> Don't warn about use of 'final' in ill-formed C++98 code which didn't use >> 'final', and don't accept (then silently discard) braced init lists in >> C++98 >> new-expressions. >> > > test cases?
r142053 for the latter. In the former case, the code was checking for a case which couldn't actually happen. I've simplified it in r142054. Thanks! Richard _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
