]> granicus.if.org Git - clang/commit
Add semantic checking that the "thousands grouping"
authorTed Kremenek <kremenek@apple.com>
Sat, 8 Jan 2011 05:28:46 +0000 (05:28 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 8 Jan 2011 05:28:46 +0000 (05:28 +0000)
commit65197b4b0c55bb74af0450230d61ee9461223721
tree201f419c8802d9946cd8f61566814961dc7544a5
parentbd18d4584aae0ed6f7111ef5713784cf29fe663f
Add semantic checking that the "thousands grouping"
prefix in a printf format string is matched
with the appropriate conversion specifier.

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