This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by Eugene.Zelenko on Oct 2 2015, 6:07 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [Clang] Fix Clang-tidy modernize-use-nullptr warnings in source 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: cfe-commits.
hans accepted this revision.Oct 6 2015, 4:42 PM
hans edited edge metadata.

lgtm

lib/Sema/SemaDeclObjC.cpp
510 ↗(On Diff #36425)

I don't think the extra parentheses are customary here.

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