]> granicus.if.org Git - clang/commit
In Objective-C++, actually compute the base type of a member access
authorDouglas Gregor <dgregor@apple.com>
Thu, 12 Jan 2012 16:11:24 +0000 (16:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 12 Jan 2012 16:11:24 +0000 (16:11 +0000)
commit1d7049a6eddcc1a4bd33c6a595d4ad2ae8c1cece
tree9ce770958fea31cd9dc8f2893d421d9e922ab68c
parent28058d179ae40edc66135458849f1073c841bc74
In Objective-C++, actually compute the base type of a member access
expression for an Objective-C object or pointer type, so that we don't
attempt to treat the member name as a template. Fixes
<rdar://problem/10672501>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148028 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaTemplate.cpp
test/SemaObjCXX/properties.mm