]> granicus.if.org Git - clang/commit
Refine ObjCPropertyImplDecl:
authorTed Kremenek <kremenek@apple.com>
Fri, 25 Jul 2008 20:43:38 +0000 (20:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 25 Jul 2008 20:43:38 +0000 (20:43 +0000)
commitbe57c3a3fef0776fca57ad88b2db263f37b074c4
tree1ca4db2b25ee8a8c330472960527822ece58ac5b
parentbde3a051933b6829ed79d6db0118231c2c01b105
Refine ObjCPropertyImplDecl:

- Remove a bunch of setXXX methods until we actually need them. This cleans up the
interface, and makes the object immutable until we have a reason to be mutable.

- Remove enum value OBJC_PR_IMPL_None since it was never used.

- Remove instance variable 'PropertyImplKind PropertyImplementation;'. This is
  not needed because we can tell if ObjCPropertyImplDecl represents @synthesize
  if 'ObjCPropertyDecl *PropertyDecl' is not null.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54055 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclObjC.h