[PATCH] D23921: Remove va_start diagnostic false positive with enumerations

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 19 09:36:52 PST 2016


On Fri, Dec 16, 2016 at 7:00 AM, Attila Török via Phabricator
<reviews at reviews.llvm.org> wrote:
> torokati44 added a comment.
>
> I see this has been reverted in r281612, but I can no longer access the build log serving as a reason linked in the message: https://www.mail-archive.com/cfe-commits@lists.llvm.org/msg35386.html
> We have a few false-positive warnings that (I think) would be silenced by this change. I'm just wondering if something like this, if not this, could be included anyway? Not critical of course, it just would be nice.

This patch was reapplied in r281632:

http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160912/170772.html

Do you still have false positives even with that applied?

Thanks!

~Aaron


More information about the cfe-commits mailing list