1. 8ca7208 Provide result types for code completions that describe built-in by Douglas Gregor · 13 years ago
  2. 7d10087 Support code-completion for C++ inline methods and ObjC buffering methods. by Argyrios Kyrtzidis · 13 years ago
  3. 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 13 years ago
  4. 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
  5. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  6. 2d9e21f Tweak the @selector completion to collapse multiple informative and by Douglas Gregor · 14 years ago
  7. 458433d Implement code completion for @selector expressions by Douglas Gregor · 14 years ago
  8. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 14 years ago
  9. fe0bdba Do not produce semicolons at the end of code-completion results by Douglas Gregor · 14 years ago
  10. 1ca6ae8 Switch code-completion for ordinary names over to the new(ish) by Douglas Gregor · 15 years ago
  11. ab0b4f1 Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 15 years ago
  12. b6ac245 Whenever completing ordinary names for an Objective-C source, also by Douglas Gregor · 15 years ago
  13. 148299f Fix tests for r93231. by Benjamin Kramer · 15 years ago
  14. 834389b Use horizontal-space markers in code-completion results rather than by Douglas Gregor · 15 years ago
  15. 9a0c85e Code completion for Objective-C @ keywords that are statements or expressions by Douglas Gregor · 15 years ago