]> granicus.if.org Git - clang/commit
[CodeGen][ObjC] Fix a bug where the type of an ivar wasn't encoded
authorAkira Hatanaka <ahatanaka@apple.com>
Tue, 14 Mar 2017 04:00:52 +0000 (04:00 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Tue, 14 Mar 2017 04:00:52 +0000 (04:00 +0000)
commit7ff3eba83e0e1e0a9cb30d84974d5e1066fd5f39
treec5afffa40132841f21991cc97e1ddca43b73ce01
parent60b8b6975b5e3060a2a68efadb41c68440910646
[CodeGen][ObjC] Fix a bug where the type of an ivar wasn't encoded
correctly.

This fixes PR30413.

Patch by David Lobron.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCGNU.cpp
test/CodeGenObjC/ivar-type-encoding.m [new file with mode: 0644]