]> granicus.if.org Git - clang/commit
When taking the address of a value of Objective-C object type (e.g.,
authorDouglas Gregor <dgregor@apple.com>
Thu, 29 Jul 2010 16:05:45 +0000 (16:05 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 29 Jul 2010 16:05:45 +0000 (16:05 +0000)
commit8f70ddb5576f338d409caa1404cebd40d6a05951
tree4ed61c525e38e600393d1560ccca9e2864adde5c
parent447234dd459a00a5ed9b7c3e066162cd7a75bf2d
When taking the address of a value of Objective-C object type (e.g.,
one because we're referencing a variable of type NSString &), the
resulting type is an ObjCObjectPointerType.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109753 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaObjCXX/references.mm