]> granicus.if.org Git - clang/commit
Fixes a code gen bug related to accessing a now
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 15 Dec 2009 21:34:52 +0000 (21:34 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 15 Dec 2009 21:34:52 +0000 (21:34 +0000)
commita7fa7cd3eaa5459dfb2d1495384ece9786f8434c
treec29b290e601c75fc606b85f9920c24cb62da6fd0
parent0ece491d8f62ce67f047491a6703fac0d3bd4ff4
Fixes a code gen bug related to accessing a now
non-existing 'isa' field of a non-existing struct type
all related to legacy type definition for 'id' which we have
dropped in clang in favor of a built-in type.
(fixes radar 7470820).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/Sema/SemaExpr.cpp
test/CodeGenObjC/id-isa-codegen.m