[PATCH] D15636: Reduce false positives in printf/scanf format checker

Richard Trieu via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 26 19:53:07 PST 2016


rtrieu added a comment.

It looks like you are limiting to one diagnostic per printf, no matter the number of format strings.  How is the case when multiple format strings would trigger the warning?


http://reviews.llvm.org/D15636





More information about the cfe-commits mailing list