[llvm] r177342 - Change NULL to 0.

Jakub Staszak kubastaszak at gmail.com
Mon Mar 18 16:45:54 PDT 2013


nullptr is supported since C++11. LLVM uses 0 instead.

- Kuba

On Mar 19, 2013, at 12:43 AM, Shankar Easwaran <shankare at codeaurora.org> wrote:

> On 3/18/2013 6:08 PM, Jakub Staszak wrote:
>> Author: kuba
>> Date: Mon Mar 18 18:08:01 2013
>> New Revision: 177342
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=177342&view=rev
>> Log:
>> Change NULL to 0.
> Why ? If not NULL, should it be changed to nullptr ?
> 
> -- 
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation
> 





More information about the llvm-commits mailing list