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