]> granicus.if.org Git - clang/commit
[Test] Make Lit tests C++11 compatible - printf format string
authorCharles Li <charles.li@sony.com>
Mon, 13 Feb 2017 18:57:06 +0000 (18:57 +0000)
committerCharles Li <charles.li@sony.com>
Mon, 13 Feb 2017 18:57:06 +0000 (18:57 +0000)
commit76e835515565011fa4000791096a2953f54aafed
treed102a5113d80342d4655fac25399d48fac6809df
parentff18d06e36b36a209ff586df07b28413cebf0684
[Test] Make Lit tests C++11 compatible - printf format string

Different diagnostics when format string does not match
actual arg type.

This commit contains the first 2 of 3 tests reviewed in D29685

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294979 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/format-strings.cpp
test/SemaCXX/printf-cstr.cpp