]> granicus.if.org Git - clang/commit
Diagnose when accessing property in a class method and
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Dec 2010 23:37:08 +0000 (23:37 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 3 Dec 2010 23:37:08 +0000 (23:37 +0000)
commit74b2756bc1f1f5f7c189996fe7e4cd3efef70263
treeefff7e8058ba0370a7c0322f9174bb7a3e0d9dea
parent6c572f1b5bd00d16abe880c2b483aa0ed570b427
Diagnose when accessing property in a class method and
no property accessor class method to be found, instead of
crashing in IRGen. // rdar://8703553

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120855 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
lib/AST/DeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/property-impl-misuse.m