This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups.
ClosedPublic

Authored by Eugene.Zelenko on Sep 25 2015, 6:33 PM.

Details

Summary

Also fixed Clang-tidy readability-simplify-boolean-expr in tools/libclang/CIndex.cpp.

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 [Clang] Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; 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: cfe-commits.
hans accepted this revision.Sep 29 2015, 1:57 PM
hans edited edge metadata.

lgtm

This revision is now accepted and ready to land.Sep 29 2015, 1:57 PM
This revision was automatically updated to reflect the committed changes.