[PATCH] D14779: Adding checker to detect excess padding in records

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 18 13:18:39 PST 2015


zaks.anna added a comment.

> I may be mistaken, but this check looks more appropriate for Clang-tidy.


This is a syntactic check. Both clang-tidy as well as the clang static analyzer contain this type of checks. If we move all syntactic checks to clang-tidy, the users that use the analyzer but do not use clang-tidy will not receive the warnings. There is an issue in the opposite direction as well.


http://reviews.llvm.org/D14779





More information about the cfe-commits mailing list