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

Ben Craig via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 19 15:04:35 PST 2015


bcraig added a comment.

In http://reviews.llvm.org/D14779#293339, @zaks.anna wrote:

> > can be suppressed without breaking ABI by adding explicit padding members.
>
>
> We should convey the suppression mechanism as part of the diagnostic.


I can make the diagnostic longer.  Alternatively, is there a way to provide "Note" style diagnostics in the analyzer?  If so, then that seems like the best place to put that information.


http://reviews.llvm.org/D14779





More information about the cfe-commits mailing list