diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-04-18 14:40:46 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-04-18 14:40:46 +0000 |
commit | e84260513dc9fc17904c30c9400c5862a2d7fcb8 (patch) | |
tree | a9763bd5e179fee4df753efd6c40e0519c34f9c6 /lib/CodeGen/CodeGenModule.cpp | |
parent | 2839d6b17715045d5eba6a47f750060a198d04b2 (diff) |
When providing code completions of ivar names for a property
implementation such as
@synthesize Prop1 =
Give priority to ivars whose type matches or closely matches the
property type (as we do for several other kinds of
results). Additionally, if there is an ivar with the same name as the
property, or differs only due to a _ prefix or suffix, give that ivar
a priority bump. Finally, verify that this search is properly
returning ivars within class extensions and implementations
(<rdar://problem/8488854>).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions