- cf54426 Do not produce "purely informative" code completion results for by Douglas Gregor · 14 years ago
- da89264 If an instance method messages is sending to an expression of type Class, by Douglas Gregor · 14 years ago
- 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
- c7b7b7a Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 14 years ago
- d36adf5 Don't add two code-completion results for the same selector; it by Douglas Gregor · 14 years ago
- c7b6d88 Implement code completion for Objective-C class message sends that are by Douglas Gregor · 14 years ago
- 77328d1 Handle bracket insertion for Objective-C class messages in a very by Douglas Gregor · 14 years ago
- 78edf51 Improve code completion for Objective-C message sends when the opening by Douglas Gregor · 14 years ago
- e17794f When provide code completions for a variadic Objective-C method by Douglas Gregor · 14 years ago
- aba4808 When providing a code completion for an Objective-C message send, drop by Douglas Gregor · 14 years ago
- 9a2d44c More ordering tweaks in this silly, silly test by Douglas Gregor · 14 years ago
- 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
- a958422 Tweak test to avoid checking for a specific ordering where none exists by Douglas Gregor · 14 years ago
- 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
- c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
- 408be5a When performing completions involving Objective-C method declarations by Douglas Gregor · 14 years ago
- aaa107a When calling a function or messaging a method marked "sentinel", add by Douglas Gregor · 14 years ago
- 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 15 years ago
- 13438f9 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 15 years ago
- 85372b9 Add test for code completion of Objective-C message sends to classes. by Douglas Gregor · 15 years ago
- fdf321b De-XFAIL some win32 tests that are now passing by Douglas Gregor · 15 years ago
- 1e0993c XFAIL some of the c-index-test tests on Windows, where they are failing inexplicably by Douglas Gregor · 15 years ago
- ab0b4f1 Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 15 years ago
- 834389b Use horizontal-space markers in code-completion results rather than by Douglas Gregor · 15 years ago
- 2a17af0 Objective-C methods can be variadic, too. Who knew. by Douglas Gregor · 15 years ago
- ff5ce6e Extend code-completion results with the type of each result by Douglas Gregor · 15 years ago
- 737061f Patch to fix a crash trying to access a category name in by Fariborz Jahanian · 15 years ago
- 2a7925c When in an Objective-C instance method, super is a valid code-completion result by Douglas Gregor · 15 years ago
- d3c6854 Improve code completion for Objective-C message sends, so that we by Douglas Gregor · 15 years ago
- f74a419 Finish code completion for Objective-C message sends by Douglas Gregor · 15 years ago
- 36ecb04 Refactor code-completion support for message sends, collecting the by Douglas Gregor · 15 years ago
- 24a069f Implement code completion for Objective-C message sends to "super". by Douglas Gregor · 15 years ago
- 9630eb6 Augment code-completion results to provide argument names and by Douglas Gregor · 15 years ago