]> granicus.if.org Git - clang/commit
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)
commit17c1a2e748d49d293c9926eeeb85aa4890182106
tree7a58483c1113d5514156fed426131847c153c498
parent4a544e5856ceadef1c095c7d1ae5c8d760851d59
objective-C: Fixes a compiler crash when encoding
an ivar of type pointer to a typedef'ed object.
// rdar://13190095

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175298 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
test/CodeGenObjC/encode-test-6.m