[PATCH] D23387: [Analyzer] Report found fields order in PaddingChecker.
Alexander Shaposhnikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 11 11:00:51 PDT 2016
alexshap added a comment.
Thanks, your points regarding better formatting of the diagnostics / moving it into a note or fixit and using more stable sort
are valid, i will update this diff today or tomorrow. Regarding the type name - i am not sure - for example for template specializations
(for instance think about the standard containers) the full name of the type might be really long - not sure if it's really useful to print it here.
https://reviews.llvm.org/D23387
More information about the cfe-commits
mailing list