This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Make 'modernize-use-nullptr' check ignores NULL marcos used in other macros.
ClosedPublic

Authored by hokein on Mar 8 2016, 4:53 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 50036.Mar 8 2016, 4:53 AM
hokein retitled this revision from to [clang-tidy] Make 'modernize-use-nullptr' check ignores NULL marcos used in other macros..
hokein updated this object.
hokein set the repository for this revision to rL LLVM.
hokein added a subscriber: cfe-commits.
alexfh edited edge metadata.

Adding Benjamin as a reviewer, since I'm on vacation.

bkramer accepted this revision.Mar 11 2016, 1:57 AM
bkramer edited edge metadata.

Patch looks good, only one cosmetic comment.

clang-tidy/modernize/UseNullptrCheck.cpp
232 ↗(On Diff #50036)

This doesn't look clang-formatted.

This revision is now accepted and ready to land.Mar 11 2016, 1:57 AM
hokein updated this revision to Diff 50409.Mar 11 2016, 2:54 AM
hokein edited edge metadata.

Format code.

hokein marked an inline comment as done.Mar 11 2016, 2:55 AM
This revision was automatically updated to reflect the committed changes.