This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/Interpreter; other minor fixes.
ClosedPublic

Authored by Eugene.Zelenko on Oct 23 2015, 11:58 AM.

Details

Summary

This is new Clang-tidy check which I run through LLDB code base, so I think will be good idea to review at least one set of changes before applying check to other places.

I checked this patch on my own build on RHEL 6.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [LLDB] Fix Clang-tidy modernize-use-nullptr warnings in some files in include/lldb/Interpreter; other minor fixes..
Eugene.Zelenko updated this object.
Eugene.Zelenko added reviewers: labath, clayborg.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: lldb-commits.
clayborg accepted this revision.Oct 23 2015, 1:22 PM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Oct 23 2015, 1:22 PM
This revision was automatically updated to reflect the committed changes.