1. 7f51112 - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare was system dependent). Worked on Linux, failed on Mac OS (which caused the recently added testcase to fail on Linux). by Steve Naroff · 15 years ago
  2. ece8e71 Add code completion support for ObjC property declarations/attributes. by Steve Naroff · 15 years ago
  3. 6a68403 Determinism is for wimps. <Wimper> by Douglas Gregor · 15 years ago
  4. 119fa68 Clean up the CodeCompletion testsuite's use of FileCheck by Douglas Gregor · 15 years ago
  5. eb5758b For code completion, note that injected-class-names found as part of by Douglas Gregor · 15 years ago
  6. 5bd1a11 When code-completion after a "," is building an overload set, note by Douglas Gregor · 15 years ago
  7. 86d802e Print the results of code-completion for overloading by displaying the by Douglas Gregor · 15 years ago
  8. 0594438 Separate the code-completion results for call completion from the by Douglas Gregor · 15 years ago
  9. 3e7253f When code-completion finds a declaration only because it is usable as by Douglas Gregor · 15 years ago
  10. 0563c26 Tweak the code-completion results ranking and formation, so that by Douglas Gregor · 15 years ago
  11. b3d4525 Teach code-completion to introduce a ", ..." placeholder for variadic functions by Douglas Gregor · 15 years ago
  12. b657f11 Replace the -code-completion-dump option with by Douglas Gregor · 15 years ago
  13. 9c6a0e9 Implement code completion within a function call, triggered after the by Douglas Gregor · 15 years ago
  14. 791215b Code completion for ordinary names when we're starting a declaration, expression, or statement by Douglas Gregor · 15 years ago
  15. 456c4a1 When providing a code-completion suggestion for a hidden name, include by Douglas Gregor · 15 years ago
  16. b9d0ef7 Enhance "case" code completion in C++ to suggest qualified names for by Douglas Gregor · 15 years ago
  17. 3e1005f Code completion for "case" statements within a switch on an expression by Douglas Gregor · 15 years ago
  18. ff360b6 In C++ code completion, only suggest the "template" keyword after ".", by Douglas Gregor · 15 years ago
  19. 63f07c5 Make the construction of the code-completion string for a function by Douglas Gregor · 15 years ago
  20. 56ff871 Introduce code completion patterns for templates, which provide the by Douglas Gregor · 15 years ago
  21. e6e0361 Introduce code completion strings, which describe how to *use* the by Douglas Gregor · 15 years ago
  22. ed8d322 C++ code completion after the "operator" keyword. Provide overloaded by Douglas Gregor · 15 years ago
  23. 49f40bd Introduce four new code-completion hooks for C++: by Douglas Gregor · 15 years ago
  24. 75b7128 Handle using declarations and overload sets in code completion. by Douglas Gregor · 15 years ago
  25. 33224e6 For code completion in C++ member access expressions and tag names, by Douglas Gregor · 15 years ago
  26. b1c28a1 When gathering results for code completion, only include hidden by Douglas Gregor · 15 years ago
  27. 374929f Implement code completion for tags, e.g., code completion after "enum" by Douglas Gregor · 15 years ago
  28. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago