[PATCH] D48866: [clang-tidy] Add incorrect-pointer-cast checker

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 21 15:33:01 PDT 2018


hgabii updated this revision to Diff 170360.
hgabii added a comment.

Warning messages changed.
Tests updated.
Comments changed based on the recommendations.
Documentation refactored and reformatted.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D48866

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/IncorrectPointerCastCheck.cpp
  clang-tidy/misc/IncorrectPointerCastCheck.h
  clang-tidy/misc/MiscTidyModule.cpp
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-incorrect-pointer-cast.rst
  test/clang-tidy/misc-incorrect-pointer-cast.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48866.170360.patch
Type: text/x-patch
Size: 13335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181021/da23efc9/attachment-0001.bin>


More information about the cfe-commits mailing list