]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.
authorSteve Naroff <snaroff@apple.com>
Sun, 1 Mar 2009 17:14:31 +0000 (17:14 +0000)
committerSteve Naroff <snaroff@apple.com>
Sun, 1 Mar 2009 17:14:31 +0000 (17:14 +0000)
commit8e2945ad9104f0ce4928c386faf458b6b83d9060
tree735bbe3a046dab25cdf9b294874f5f68f3234698
parented8a93d17b8936dc7978cdc37f3f00fc49d24f71
Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.

Downgrade an error to a warning (for GCC compatibility).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65779 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.def
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/bad-receiver-1.m
test/SemaObjC/super.m