diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-07-25 20:43:38 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-07-25 20:43:38 +0000 |
commit | be57c3a3fef0776fca57ad88b2db263f37b074c4 (patch) | |
tree | 1ca4db2b25ee8a8c330472960527822ece58ac5b /lib/CodeGen/CodeGenFunction.cpp | |
parent | bde3a051933b6829ed79d6db0118231c2c01b105 (diff) |
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
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions