Returns the declaration of the parent (non-synthetic or static) value.
Details
Details
- Reviewers
- clayborg - granata.enrico 
- Commits
- rG9851b1f62bdd: [ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclaration
 rLLDB245319: [ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclaration
 rL245319: [ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclaration
Diff Detail
Diff Detail
Event Timeline
Comment Actions
That looks reasonable
Does ValueObjectDynamic need the same change? You could have dynamic+synthetic combinations (e.g. NSArray/NSDictionary on Mac OS X) where the synthetic value sits on top of the dynamic value