[cfe-commits] r142048 - in /cfe/trunk/lib/Parse: ParseDeclCXX.cpp ParseExprCXX.cpp

Richard Smith richard at metafoo.co.uk
Fri Oct 14 21:24:42 PDT 2011


On Sat, October 15, 2011 05:01, Chandler Carruth wrote:
> On Fri, Oct 14, 2011 at 8:38 PM, Richard Smith
> <richard-llvm at metafoo.co.uk>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




More information about the cfe-commits mailing list