]> granicus.if.org Git - clang/commit
Another attempt at fixing format-strings-fixit.c.
authorHans Wennborg <hans@hanshq.net>
Tue, 18 Oct 2011 09:30:37 +0000 (09:30 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 18 Oct 2011 09:30:37 +0000 (09:30 +0000)
commit36e76089b30180ba86598be95bbb0989657fe2fc
tree4d60d290c491eeabe143156b5065f51a2d5be87b
parent4886e32e1f0bc778a47d23ac88a9c72f2c6305b0
Another attempt at fixing format-strings-fixit.c.

Use "%f" as format string to make sure it doesn't match size_t, etc.
whatever they might be typedeffed to, so that the fixit always applies.

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