1. c8bddde Make -code-completion-patterns only cover multi-line code by Douglas Gregor · 15 years ago
  2. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 15 years ago
  3. 2e4c7a5 When code completion produces an overload set as its results (e.g., by Douglas Gregor · 15 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  6. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 16 years ago
  7. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  8. 5bd1a11 When code-completion after a "," is building an overload set, note by Douglas Gregor · 16 years ago
  9. 86d802e Print the results of code-completion for overloading by displaying the by Douglas Gregor · 16 years ago
  10. 0594438 Separate the code-completion results for call completion from the by Douglas Gregor · 16 years ago
  11. b657f11 Replace the -code-completion-dump option with by Douglas Gregor · 16 years ago
  12. 9c6a0e9 Implement code completion within a function call, triggered after the by Douglas Gregor · 16 years ago