This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix an assertion failure in `modernize-use-nullptr` check.
ClosedPublic

Authored by hokein on Feb 26 2016, 2:54 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 49169.Feb 26 2016, 2:54 AM
hokein retitled this revision from to [clang-tidy] Fix an assertion failure in `modernize-use-nullptr` check..
hokein updated this object.
hokein set the repository for this revision to rL LLVM.
hokein added a subscriber: cfe-commits.
alexfh accepted this revision.Feb 26 2016, 5:30 AM
alexfh edited edge metadata.

Looks good! Thank you for coming up with the reduced test.

This revision is now accepted and ready to land.Feb 26 2016, 5:30 AM
hokein updated this revision to Diff 49186.Feb 26 2016, 7:37 AM
hokein edited edge metadata.

Correct test code format.

This revision was automatically updated to reflect the committed changes.