]> granicus.if.org Git - clang/commit
clang/test/Sema/format-strings-scanf.c: Relax a couple of expressions with expected...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 8 Sep 2012 12:06:00 +0000 (12:06 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 8 Sep 2012 12:06:00 +0000 (12:06 +0000)
commiteb3546eb1d9f43c9b5ed79bbc43d1ee6ebdddc5f
tree6bba0ebcaa7dcc5f4f48d3fde81c3f3d5abb2c20
parent3c7f538a10524d02a03b6344915fb7930079ede0
clang/test/Sema/format-strings-scanf.c: Relax a couple of expressions with expected-warning-re to let matched for Win32 targets.

- format specifies type 'wchar_t **' (aka 'int **') but the argument has type 'float *'
- format specifies type 'wchar_t **' (aka 'unsigned short **') but the argument has type 'float *'

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163468 91177308-0d34-0410-b5e6-96231b3b80d8
test/Sema/format-strings-scanf.c