History log of /external/clang/test/Index/complete-properties.m
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b92a4089db33ae9d44e015cf2dfd1e82fea88747 12-Jun-2012 Douglas Gregor <dgregor@apple.com> When code completion walks the members of a protocol or interface,
make sure that we walk the definition. Fixes <rdar://problem/11427742>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158357 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-properties.m
e84260513dc9fc17904c30c9400c5862a2d7fcb8 18-Apr-2011 Douglas Gregor <dgregor@apple.com> 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
/external/clang/test/Index/complete-properties.m
aa490cb6a70e7ff0335bdc4c88619e00ff0dab25 18-Apr-2011 Douglas Gregor <dgregor@apple.com> When producing code completion results for the Objective-C property
implementation

@synthesize <property> =

also produce a completion for a to-be-synthesized ivar named
_<property>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129697 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-properties.m
d98abd8c68bd96e111a0bebdb90f38cf2a5632a2 16-Feb-2011 Douglas Gregor <dgregor@apple.com> When searching for visible declarations (e.g., for code completion),
be sure to look at all of the Objective-C class declarations within a
@class. Fixes <rdar://problem/8876207>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125635 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-properties.m
7344921b22bebec4f86eb8eb865150b2978b5d2e 10-Dec-2010 Douglas Gregor <dgregor@apple.com> Eliminate duplicate code completions for properties.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121424 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-properties.m
fdf321bfdef28db88090f1fa46e3a1a30f9cdf5d 21-Feb-2010 Douglas Gregor <dgregor@apple.com> De-XFAIL some win32 tests that are now passing

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96759 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-properties.m
1e0993c2baf20b6bb628610089b5feab61dd9936 19-Feb-2010 Douglas Gregor <dgregor@apple.com> XFAIL some of the c-index-test tests on Windows, where they are failing inexplicably

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96644 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-properties.m
ff5ce6eefc7c253ef6edf4d4bfc996fdd82d09aa 18-Dec-2009 Douglas Gregor <dgregor@apple.com> Extend code-completion results with the type of each result

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91702 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-properties.m
424b2a546dbd09cf70d43087771c7fff851ca158 18-Nov-2009 Douglas Gregor <dgregor@apple.com> Code completion after @dynamic

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89265 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-properties.m
322328b8a65ad2e45829eb06d245addb64037f6f 18-Nov-2009 Douglas Gregor <dgregor@apple.com> Code completion for Objective-C @synthesized.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89259 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Index/complete-properties.m