]> granicus.if.org Git - clang/commit
When computing the decltype of an expression, consider Objective-C
authorDouglas Gregor <dgregor@apple.com>
Thu, 13 Sep 2012 23:40:46 +0000 (23:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 13 Sep 2012 23:40:46 +0000 (23:40 +0000)
commit84dd82e2088b1ea629f54f62a816f1155c78bb94
treeee2e46aa62502905f5ebbda59dd18bafd1793307
parent7fcd13658e00e4d9e66cc86899e2c2973ee510fa
When computing the decltype of an expression, consider Objective-C
ivar and property references as member accesses and produce the actual
type of the declaration. Fixes <rdar://problem/12031582>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163858 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp