]> granicus.if.org Git - clang/commit
[ObjC] Change default property synthesis logic to not completely skip DiagnoseUnimple...
authorTed Kremenek <kremenek@apple.com>
Fri, 21 Feb 2014 19:41:34 +0000 (19:41 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 21 Feb 2014 19:41:34 +0000 (19:41 +0000)
commit9c4a3f017b6e87cdf36d2bcbb53743c7da64803c
tree36be8a141eafed1faa0cc6b5405b318106578b32
parent3c9512f2b0b19df4827bdf20207710ac45e2e07a
[ObjC] Change default property synthesis logic to not completely skip DiagnoseUnimplementedProperties.

We're going to extend DiagnoseUnimplementedProperties shortly to look for more cases
that aren't handled by default property synthesis.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201878 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h
include/clang/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaObjCProperty.cpp