]> granicus.if.org Git - clang/commit
objective-c: Issue diagnostic when an implicit
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Apr 2012 19:13:23 +0000 (19:13 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Apr 2012 19:13:23 +0000 (19:13 +0000)
commita2c91e75c944e3599fb108db600f91c47c8b4342
tree092909ccfde13672ccdb7764d5396c63575db358
parent0ddb097bb02ddee8f1924ee4fcca384cb18ad8c5
objective-c: Issue diagnostic when an implicit
property accessor (getter) missing, instead of crashing.
// rdar://11273060

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