[PATCH] D16310: new clang-tidy checker misc-long-cast
Daniel Marjamäki via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 20 05:17:36 PST 2016
danielmarjamaki added a comment.
In http://reviews.llvm.org/D16310#330312, @Eugene.Zelenko wrote:
> Clang-tidy has 6 cast related checks. May be this is good time to introduce dedicated category for them?
I am not against this.
I don't know which ones you are thinking about.. but if a check is not in the misc category now then it should probably not be moved.
I can do this.. but I would prefer to do it separately. If there is agreement that this should be done I can create a new revision that move the cast checks. I suggest that is done before this long-cast checker is committed.
http://reviews.llvm.org/D16310
More information about the cfe-commits
mailing list