1. 626799b When code completing in a statement, parenthesized expression, or by Douglas Gregor · 11 years ago
  2. 5824b80 The instance methods of the root class of an Objective-C hieararchy by Douglas Gregor · 11 years ago
  3. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  4. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  5. 6ef9209 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 13 years ago
  6. 7d10087 Support code-completion for C++ inline methods and ObjC buffering methods. by Argyrios Kyrtzidis · 13 years ago
  7. 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 13 years ago
  8. 6fa14dd Add the various parameter-passing keywords for Distributed Objects by Douglas Gregor · 13 years ago
  9. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago
  10. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  11. 3e64d56 When determining the "usage" type of a declaration for the purposes of code by Douglas Gregor · 13 years ago
  12. 97d7ff0 When we encounter an Objective-C class name in an expression, followed by Douglas Gregor · 13 years ago
  13. cf54426 Do not produce "purely informative" code completion results for by Douglas Gregor · 14 years ago
  14. da89264 If an instance method messages is sending to an expression of type Class, by Douglas Gregor · 14 years ago
  15. 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
  16. c7b7b7a Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 14 years ago
  17. d36adf5 Don't add two code-completion results for the same selector; it by Douglas Gregor · 14 years ago
  18. c7b6d88 Implement code completion for Objective-C class message sends that are by Douglas Gregor · 14 years ago
  19. 77328d1 Handle bracket insertion for Objective-C class messages in a very by Douglas Gregor · 14 years ago
  20. 78edf51 Improve code completion for Objective-C message sends when the opening by Douglas Gregor · 14 years ago
  21. e17794f When provide code completions for a variadic Objective-C method by Douglas Gregor · 14 years ago
  22. aba4808 When providing a code completion for an Objective-C message send, drop by Douglas Gregor · 14 years ago
  23. 9a2d44c More ordering tweaks in this silly, silly test by Douglas Gregor · 14 years ago
  24. 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  25. a958422 Tweak test to avoid checking for a specific ordering where none exists by Douglas Gregor · 14 years ago
  26. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  27. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  28. 408be5a When performing completions involving Objective-C method declarations by Douglas Gregor · 14 years ago
  29. aaa107a When calling a function or messaging a method marked "sentinel", add by Douglas Gregor · 14 years ago
  30. 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 14 years ago
  31. 13438f9 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 14 years ago
  32. 85372b9 Add test for code completion of Objective-C message sends to classes. by Douglas Gregor · 14 years ago
  33. fdf321b De-XFAIL some win32 tests that are now passing by Douglas Gregor · 14 years ago
  34. 1e0993c XFAIL some of the c-index-test tests on Windows, where they are failing inexplicably by Douglas Gregor · 14 years ago
  35. ab0b4f1 Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 14 years ago
  36. 834389b Use horizontal-space markers in code-completion results rather than by Douglas Gregor · 14 years ago
  37. 2a17af0 Objective-C methods can be variadic, too. Who knew. by Douglas Gregor · 15 years ago
  38. ff5ce6e Extend code-completion results with the type of each result by Douglas Gregor · 15 years ago
  39. 737061f Patch to fix a crash trying to access a category name in by Fariborz Jahanian · 15 years ago
  40. 2a7925c When in an Objective-C instance method, super is a valid code-completion result by Douglas Gregor · 15 years ago
  41. d3c6854 Improve code completion for Objective-C message sends, so that we by Douglas Gregor · 15 years ago
  42. f74a419 Finish code completion for Objective-C message sends by Douglas Gregor · 15 years ago
  43. 36ecb04 Refactor code-completion support for message sends, collecting the by Douglas Gregor · 15 years ago
  44. 24a069f Implement code completion for Objective-C message sends to "super". by Douglas Gregor · 15 years ago
  45. 9630eb6 Augment code-completion results to provide argument names and by Douglas Gregor · 15 years ago