1. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  2. b92a408 When code completion walks the members of a protocol or interface, by Douglas Gregor · 12 years ago
  3. 90f5f47 Include the Objective-C parameter- and return-passing qualifiers when by Douglas Gregor · 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. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 13 years ago
  6. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 13 years ago
  7. 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
  8. c7b7b7a Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 14 years ago
  9. ea76618 When providing code completions of Objective-C method declarations by Douglas Gregor · 14 years ago
  10. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  11. 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
  12. d754d55 Swap the priorities of constants and types, so that we prefer types. by Douglas Gregor · 14 years ago
  13. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  14. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  15. 408be5a When performing completions involving Objective-C method declarations by Douglas Gregor · 14 years ago
  16. d43dd83 In code-completion contexts where both types and other values are by Douglas Gregor · 14 years ago
  17. d32b022 Provide code completion results for the context-sensitive Objective-C by Douglas Gregor · 14 years ago
  18. 16ed9ad When generating code completion patterns for method declarations, give by Douglas Gregor · 14 years ago
  19. 47c03a7 1 != I. Fix the formulation of code-completion patterns for by Douglas Gregor · 14 years ago
  20. 40ed9a1 Support code completion for parameter names in Objective-C method declarations. by Douglas Gregor · 14 years ago
  21. 1f5537a Introduce a new code-completion point prior to an identifier in the by Douglas Gregor · 14 years ago
  22. 447107d Don't put method bodies into code completions unless code patterns are by Douglas Gregor · 14 years ago
  23. e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 14 years ago