This is an archive of the discontinued LLVM Phabricator instance.

Convert NULL to nullptr in LLDB sources
Needs ReviewPublic

Authored by matekm on Apr 25 2014, 11:51 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Hi,

This patch converts NULL to nullptrs. No functional changes. The conversion was done with clang-modernize --use-nullptr.

The patch is huge (32k lines, 1.5MiB), but the changes are pretty simple. Still, if someone thinks it is too big, I can split it up

Diff Detail

Event Timeline

matekm updated this revision to Diff 8863.Apr 25 2014, 11:51 PM
matekm retitled this revision from to Convert NULL to nullptr in LLDB sources.
matekm updated this object.
matekm edited the test plan for this revision. (Show Details)
matekm added a subscriber: Unknown Object (MLST).
emaste added a subscriber: emaste.Apr 28 2014, 7:30 AM