hgabii marked 4 inline comments as done. hgabii added inline comments.
================ Comment at: docs/ReleaseNotes.rst:139 + + Warns for cases when pointer is cast and the pointed to type is + incompatible with allocated memory area type. This may lead to access memory ---------------- Eugene.Zelenko wrote: > Please wrap up to 80 characters. Same in documentation. Lines added by me are not longer than 80 characters. It is also true for the documentation. ================ Comment at: docs/clang-tidy/checks/misc-incorrect-pointer-cast.rst:8 +allocated type. +For example char vs integer, long vs char etc. +Also warns for cases when the pointed to type layout is different from the ---------------- Eugene.Zelenko wrote: > Integer -> int. Please highlight types with ``. Done. Repository: rCTE Clang Tools Extra CHANGES SINCE LAST ACTION https://reviews.llvm.org/D48866/new/ https://reviews.llvm.org/D48866 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits