objective-C: Fixes a compiler crash when encoding
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 15 Feb 2013 21:14:50 +0000 (21:14 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 15 Feb 2013 21:14:50 +0000 (21:14 +0000)
commitd4c1a2063c83478941fad0a075d225fc66c6d513
treebe49b48a74891172516926f2f8a7bef4548ec91a
parent76c9bcd43a6088f9f3cc1a928496a76d2ff4e223
objective-C: Fixes a compiler crash when encoding
an ivar of type pointer to a typedef'ed object.
// rdar://13190095

llvm-svn: 175298
clang/include/clang/AST/ASTContext.h
clang/lib/AST/ASTContext.cpp
clang/test/CodeGenObjC/encode-test-6.m