]> granicus.if.org Git - clang/commit
Fix <rdar://problem/5965704> clang: bad receiver type 'id const'
authorSteve Naroff <snaroff@apple.com>
Sat, 31 May 2008 02:19:15 +0000 (02:19 +0000)
committerSteve Naroff <snaroff@apple.com>
Sat, 31 May 2008 02:19:15 +0000 (02:19 +0000)
commit94a82c930278809a04976ee13013e6e980b18345
treefe0996239c52c901c1ab07a7603b518d7ca308f0
parentf372111960934c639af8f5885b5b26954960d847
Fix <rdar://problem/5965704> clang: bad receiver type 'id const'

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51809 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/Sema/const-id.m [new file with mode: 0644]