]> granicus.if.org Git - clang/commit
Objective-C pointer types don't have C-linkage, even though they are
authorDouglas Gregor <dgregor@apple.com>
Tue, 7 Aug 2012 06:14:34 +0000 (06:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 7 Aug 2012 06:14:34 +0000 (06:14 +0000)
commitb38b49140990ae123b5290a54c500013bf614b8b
tree6e8662ceb80fe5b1b5b3b58ae384d1ddbf8d23b0
parent60b70388e43d146d968a1cc0705b30cb2d7263fe
Objective-C pointer types don't have C-linkage, even though they are
non-POD. Fixes <rdar://problem/12031870>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161395 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaObjCXX/arc-0x.mm