This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Fix some Clang-tidy modernize warnings, other minor fixes
ClosedPublic

Authored by Eugene.Zelenko on Nov 3 2015, 4:55 PM.

Details

Summary

Fixed warnings are: modernize-use-override, modernize-use-nullptr and modernize-redundant-void-arg.

I checked this patch on my own build on RHEL 6. Regressions were OK.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [Clang] Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene.Zelenko updated this object.
Eugene.Zelenko added a reviewer: hans.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: cfe-commits.
hans accepted this revision.Nov 4 2015, 1:11 PM
hans edited edge metadata.

lgtm

This revision is now accepted and ready to land.Nov 4 2015, 1:11 PM
This revision was automatically updated to reflect the committed changes.