[cfe-dev] [clang-tools-extra] r179103 - Fix UseNullptr fails to replace c-style explicit cast in a return statement

Vane, Edwin edwin.vane at intel.com
Fri Jun 14 09:54:37 PDT 2013


The Migrator requires that C++11 be enabled by the command line args to compile the code. Many lit tests haven't been updated to reflect this. I see by turning on C++11 in Linux breaks the test in the same way. I'll log a bug to update/fix the lit tests to be initially compilable with C++11.

> -----Original Message-----
> From: Rafael EspĂ­ndola [mailto:rafael.espindola at gmail.com]
> Sent: Friday, June 14, 2013 12:12 PM
> To: Vane, Edwin
> Cc: Bernal, Ariel J; Clang Dev List (cfe-dev at cs.uiuc.edu)
> Subject: Re: [clang-tools-extra] r179103 - Fix UseNullptr fails to replace c-style
> explicit cast in a return statement
> 
> > I think microsoft extensions are enabled by default, but I don't know
> > of any other difference.
> 
> And it uses c++11 by default.
> 
> This issue should be fixed in r183983.
> 
> Cheers,
> Rafael




More information about the cfe-dev mailing list