]> granicus.if.org Git - clang/commit
Support for objextive-c++ use of property-dot syntax as receiver
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 8 Feb 2011 18:05:59 +0000 (18:05 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 8 Feb 2011 18:05:59 +0000 (18:05 +0000)
commit1e52dfc648ce0b25ef57ae29ef1b4337d80011ef
tree7f98634461762173d237a91bf2420778873376a5
parentb6c2b3f658df5525b9c0af606b64d304e7416c2f
Support for objextive-c++ use of property-dot syntax as receiver
in liu of a class method getter.
// rdar://8962253

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125094 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Parse/Parser.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExprCXX.cpp
test/SemaObjC/property-dot-receiver.m