]> granicus.if.org Git - clang/commit
Revert r133024, "[format strings] correctly suggest correct type for '%@'
authorDaniel Dunbar <daniel@zuster.org>
Tue, 28 Jun 2011 23:33:55 +0000 (23:33 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 28 Jun 2011 23:33:55 +0000 (23:33 +0000)
commitd6a4d18f52a775ec9012f5eaec9e5190b0499823
treef6f5c524cd2a31c584c4c0ba289c693dcb5215a1
parentbe098b32bf601a33b0977ae88b76b22854b929e2
Revert r133024, "[format strings] correctly suggest correct type for '%@'
specifiers.  Fixes <rdar://problem/9607158>." because it causes false positives
on some code that uses CF toll free bridging.
 - I'll let Doug or Ted figure out the right fix here, possibly just to accept
   any pointer type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134041 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/FormatString.cpp
lib/Analysis/PrintfFormatString.cpp
test/SemaObjC/format-strings-objc.m