[
https://issues.apache.org/jira/browse/MESOS-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214937#comment-15214937
]
Tomasz Janiszewski commented on MESOS-3243:
-------------------------------------------
I published changes on ReviewBoard https://reviews.apache.org/r/44843/ but it
squashed commits so you cannot see changes made by {{clang-tidy}} so I pushed
it also to github. Probably same thing I can achieve with ReviewBoard by
creating new review and publishing commits one by one, so you can click and see
what wasn't changed by {{clang-tidy}}.
> Replace NULL with nullptr
> -------------------------
>
> Key: MESOS-3243
> URL: https://issues.apache.org/jira/browse/MESOS-3243
> Project: Mesos
> Issue Type: Improvement
> Reporter: Michael Park
> Assignee: Tomasz Janiszewski
>
> As part of the C++ upgrade, it would be nice to move our use of {{NULL}} over
> to use {{nullptr}}. I think it would be an interesting exercise to do this
> with {{clang-modernize}} using the [nullptr
> transform|http://clang.llvm.org/extra/UseNullptrTransform.html] (although
> it's probably just as easy to use {{sed}}).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)