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

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 13 10:33:11 PDT 2016


Eugene.Zelenko added a comment.

Will be good idea to change some if statements in regression test to (p != nullptr) (for C++11) and (p != NULL) (pre-C+11). See http://clang.llvm.org/extra/clang-tidy/checks/readability-implicit-bool-cast.html.


Repository:
  rL LLVM

http://reviews.llvm.org/D21298





More information about the cfe-commits mailing list