Add a (partial) format string checker for wide string functions (currently wprintf...
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 5 Dec 2007 20:32:38 +0000 (20:32 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 5 Dec 2007 20:32:38 +0000 (20:32 +0000)
commite83a60988e681fb7000ac351570f8835b6dac7cc
treebc5faa6704b265dbb7ec8a451ffeef6d7f49ffe2
parent454eb435e0b2813b55b2dbd2bc8ff36076d9b277
Add a (partial) format string checker for wide string functions (currently wprintf() and swprintf()).

[r18620]
Makefile
format_check.c [new file with mode: 0644]
format_check.h [new file with mode: 0644]
parser.c