]> granicus.if.org Git - clang/commit
Avoid crashing for the enclosed test case.
authorSteve Naroff <snaroff@apple.com>
Thu, 16 Jul 2009 00:25:06 +0000 (00:25 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 16 Jul 2009 00:25:06 +0000 (00:25 +0000)
commitc70e8d90d192af8f4e8caca4d20c85b843f7d699
treec9ef92cf381768624f71f36f8cdbfae7a45d4f4a
parentd720046f18878f933b51fa21612f95114d602962
Avoid crashing for the enclosed test case.

This is fallout from the recent ObjCObjectPointerType rework. I'll work on fixing this tomorrow.

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