]> granicus.if.org Git - clang/commit
Patch to allow a getter call using property dot-syntax notation.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 10 Dec 2008 00:21:50 +0000 (00:21 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 10 Dec 2008 00:21:50 +0000 (00:21 +0000)
commit391d8953701ad712bb31ebe33d12ca1765758897
tree11612da983fd3fd81459a83175fc77bc2971e731
parenteffa8d1c97b00a3f53e972b0e61d9aade5ea1c57
Patch to allow a getter call using property dot-syntax notation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60816 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CodeGenObjC/property-getter-dot-syntax.m [new file with mode: 0644]