[cfe-commits] r148859 - in /cfe/trunk: lib/Analysis/FormatString.cpp lib/Analysis/PrintfFormatString.cpp lib/Analysis/ScanfFormatString.cpp test/Sema/format-strings-scanf.c test/Sema/format-strings.c

Joerg Sonnenberger joerg at britannica.bec.de
Tue Jan 24 13:48:31 PST 2012


On Tue, Jan 24, 2012 at 09:29:54PM -0000, Ted Kremenek wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=148859&view=rev
> Log:
> Teach scanf/printf checking about '%Ld' and friends (a GNU extension).  Fixes PR 9466.

Can we please stop adding GNU extensions for scanf/printf until they have
a proper options to request them? At the moment, I consider this more
harmful than complaining about them unconditionally.

Joerg



More information about the cfe-commits mailing list