1. 86d802e Print the results of code-completion for overloading by displaying the by Douglas Gregor · 16 years ago
  2. 0594438 Separate the code-completion results for call completion from the by Douglas Gregor · 16 years ago
  3. 0563c26 Tweak the code-completion results ranking and formation, so that by Douglas Gregor · 16 years ago
  4. 86d9a52 Refactor and simplify the CodeCompleteConsumer, so that all of the by Douglas Gregor · 16 years ago
  5. ff360b6 In C++ code completion, only suggest the "template" keyword after ".", by Douglas Gregor · 16 years ago
  6. 63f07c5 Make the construction of the code-completion string for a function by Douglas Gregor · 16 years ago
  7. 56ff871 Introduce code completion patterns for templates, which provide the by Douglas Gregor · 16 years ago
  8. e6e0361 Introduce code completion strings, which describe how to *use* the by Douglas Gregor · 16 years ago
  9. ed8d322 C++ code completion after the "operator" keyword. Provide overloaded by Douglas Gregor · 16 years ago
  10. 49f40bd Introduce four new code-completion hooks for C++: by Douglas Gregor · 16 years ago
  11. 5836b01 Don't perform name lookup into a given declaration context more than once during code completion by Douglas Gregor · 16 years ago
  12. 75b7128 Handle using declarations and overload sets in code completion. by Douglas Gregor · 16 years ago
  13. 33224e6 For code completion in C++ member access expressions and tag names, by Douglas Gregor · 16 years ago
  14. b1c28a1 When gathering results for code completion, only include hidden by Douglas Gregor · 16 years ago
  15. 374929f Implement code completion for tags, e.g., code completion after "enum" by Douglas Gregor · 16 years ago
  16. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 16 years ago