[PATCH] D21298: [Clang-tidy] delete null check

Gergely Angeli via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 30 10:14:04 PST 2016


SilverGeri updated this revision to Diff 82732.
SilverGeri added a comment.

remove redundant `allOf` statements;
refactor test's comment checking part


https://reviews.llvm.org/D21298

Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/DeleteNullPointerCheck.cpp
  clang-tidy/readability/DeleteNullPointerCheck.h
  clang-tidy/readability/ReadabilityTidyModule.cpp
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/readability-delete-null-pointer.rst
  test/clang-tidy/readability-delete-null-pointer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21298.82732.patch
Type: text/x-patch
Size: 9518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161230/67a377f1/attachment-0001.bin>


More information about the cfe-commits mailing list