This is an archive of the discontinued LLVM Phabricator instance.

[CodeComplete] Suggest 'return nullptr' in functions returning pointers
ClosedPublic

Authored by ilya-biryukov on Jan 10 2020, 2:52 AM.

Diff Detail

Event Timeline

ilya-biryukov created this revision.Jan 10 2020, 2:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2020, 2:52 AM

Unit tests: pass. 61741 tests passed, 0 failed and 780 were skipped.

clang-tidy: fail. Please fix clang-tidy findings.

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

kadircet accepted this revision.Jan 10 2020, 3:20 AM
This revision is now accepted and ready to land.Jan 10 2020, 3:20 AM
This revision was automatically updated to reflect the committed changes.