Eugene.Zelenko added inline comments.
================ Comment at: clang-tidy/bugprone/PlacementNewTargetTypeMismatch.cpp:38 + const CastExpr *Cast = dyn_cast<CastExpr>(PlacementExpr); + if (nullptr == Cast) { + return; ---------------- JonasToth wrote: > braces, above the comment does not follow the correct-sentence style I would put nullptr as second argument for == operator. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60139/new/ https://reviews.llvm.org/D60139 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits