This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.
ClosedPublic

Authored by Eugene.Zelenko on Sep 25 2015, 11:45 AM.

Details

Summary

Also fixed Clang-tidy readability-simplify-boolean-expr in tools/llvm-objdump.

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

Please check it in if it's OK, because I don't have SVN write access.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [LLVM] Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups..
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: llvm-commits.
hans accepted this revision.Sep 29 2015, 11:03 AM
hans edited edge metadata.

lgtm

It seems some of the changes in include/llvm/IR/InstrTypes.h have already happened on trunk.

This revision is now accepted and ready to land.Sep 29 2015, 11:03 AM
This revision was automatically updated to reflect the committed changes.