madsravn marked 3 inline comments as done. madsravn added inline comments.
================ Comment at: clang-tidy/readability/DeleteNullPointerCheck.cpp:46 + DeleteExpr, DeleteMemberExpr, + compoundStmt(anyOf(has(DeleteExpr), has(DeleteMemberExpr)), + statementCountIs(1)) ---------------- alexfh wrote: > nit: Will `has(anyOf(DeleteExpr, DeleteMemberExpr))` work? I could swear that I had tried that. It seems like the obvious way to do it. It worked, though. https://reviews.llvm.org/D29726 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits