]> granicus.if.org Git - clang/commit
Diagnose, and not crash, when taking address of property expression.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Jul 2009 18:50:52 +0000 (18:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 7 Jul 2009 18:50:52 +0000 (18:50 +0000)
commit0337f21c78bdadff64bc6ae40eb9962d947e5bb0
treebab0e0970ad040f51e5e5e52097007aa8d6a1f0b
parent03b986660cc9ae7a08588f99913f2d91e359a65f
Diagnose, and not crash, when taking address of property expression.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74935 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaObjC/property-expression-error.m [new file with mode: 0644]