]> granicus.if.org Git - clang/commit
Recognize 'q' as a format length modifier (from BSD).
authorDaniel Dunbar <daniel@zuster.org>
Sat, 30 Jan 2010 15:49:20 +0000 (15:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 30 Jan 2010 15:49:20 +0000 (15:49 +0000)
commit01aefc6d20fbfd50bfb83926226dee86dd31c9c5
treec39fdedcd61e642d50be9e62d2352fd348295025
parentf22d1fd96d6056a2f271b0f7353b31f47547127b
Recognize 'q' as a format length modifier (from BSD).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94894 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/PrintfFormatString.h
lib/Analysis/PrintfFormatString.cpp
test/Sema/format-strings.c