[cfe-commits] r140777 - in /cfe/trunk: lib/Sema/SemaChecking.cpp test/Sema/format-strings.c

David Blaikie dblaikie at gmail.com
Fri Sep 30 11:19:52 PDT 2011


>
> The 'format' attribute already states whether or not it takes 'printf' or
> 'scanf' format strings.  That's not really the issue here.
>

[I think Ahmed was saying that the format string annotation could say
whether it's a no-op on empty or not]


> The issue is whether or not the function is a no-op given an empty format
> string.  For a 'scanf' format string, it's clearly a no-op given no format
> string.  For a 'printf' format string, that's not necessarily the case.
>

Is it really the job of this warning to catch that case though? Lots of
functions are no-ops when passed certain arguments (write of zero length,
etc). While it's perhaps a "nice to have"/convenient thing we might be able
to get here for low cost compared to any attempt to tackle the general
problem, I'm not sure it's worth contorting things to satisfy when it was
more a coincidental win than an intentional one.

- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110930/e29b225b/attachment.html>


More information about the cfe-commits mailing list