[PATCH] D48866: [clang-tidy] Add incorrect-pointer-cast checker
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 20 13:00:10 PST 2018
Eugene.Zelenko added inline comments.
================
Comment at: docs/ReleaseNotes.rst:60
+- New :doc:`misc-incorrect-pointer-cast
+ <clang-tidy/checks/misc-incorrect-pointer-cast>` check
----------------
hgabii wrote:
> Eugene.Zelenko wrote:
> > Will be good idea to rebase from trunk and use alphabetical order.
> It is rebased. I could not see what should be in an alphabetical order. This is inserted to the top of the document by the //add_new_check.py//.
List of new check should be sorted alphabetically. Unfortunately add_new_check.py doesn't do this, so manual edit is necessary.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D48866
More information about the cfe-commits
mailing list