1. b3d4525 Teach code-completion to introduce a ", ..." placeholder for variadic functions by Douglas Gregor · 16 years ago
  2. 9075630 (With Doug's help) fix a crash in the code completion code that lead to a test failure. by Anders Carlsson · 16 years ago
  3. 9c6a0e9 Implement code completion within a function call, triggered after the by Douglas Gregor · 16 years ago
  4. 791215b Code completion for ordinary names when we're starting a declaration, expression, or statement by Douglas Gregor · 16 years ago
  5. 456c4a1 When providing a code-completion suggestion for a hidden name, include by Douglas Gregor · 16 years ago
  6. b9d0ef7 Enhance "case" code completion in C++ to suggest qualified names for by Douglas Gregor · 16 years ago
  7. 3e1005f Code completion for "case" statements within a switch on an expression by Douglas Gregor · 16 years ago
  8. 86d9a52 Refactor and simplify the CodeCompleteConsumer, so that all of 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. 374929f Implement code completion for tags, e.g., code completion after "enum" by Douglas Gregor · 16 years ago
  12. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 16 years ago