This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] Fix some Clang-tidy modernize and Include What You Use warnings
ClosedPublic

Authored by Eugene.Zelenko on Aug 8 2016, 6:52 PM.

Details

Summary

Fixed Clang-tidy warnings are: modernize-use-bool-literals, modernize-use-nullptr and modernize-use-override.

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 [LLVM] Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene.Zelenko updated this object.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko added a subscriber: llvm-commits.
compnerd accepted this revision.Aug 10 2016, 9:17 PM
compnerd edited edge metadata.
This revision is now accepted and ready to land.Aug 10 2016, 9:17 PM
This revision was automatically updated to reflect the committed changes.