This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by Eugene.Zelenko on Sep 30 2015, 6:11 PM.

Details

Summary

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 source directories 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: llvm-commits.
Eugene.Zelenko removed rL LLVM as the repository for this revision.

+ fixes in unittests.

hans accepted this revision.Oct 6 2015, 4:25 PM
hans edited edge metadata.

lgtm. I'll commit this.

lib/Support/Unix/Path.inc
157 ↗(On Diff #36398)

Looks like indent is off. Might as well fix that while we're here.

utils/TableGen/SubtargetEmitter.cpp
1418 ↗(On Diff #36398)

Might as well remove the trailing space while here.

This revision is now accepted and ready to land.Oct 6 2015, 4:25 PM
This revision was automatically updated to reflect the committed changes.