1. 626799b When code completing in a statement, parenthesized expression, or by Douglas Gregor · 12 years ago
  2. 8ca7208 Provide result types for code completions that describe built-in by Douglas Gregor · 13 years ago
  3. 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
  4. 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
  5. 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
  6. d475aad Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 14 years ago
  7. d754d55 Swap the priorities of constants and types, so that we prefer types. by Douglas Gregor · 14 years ago
  8. 0268810 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 14 years ago
  9. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  10. e17794f When provide code completions for a variadic Objective-C method by Douglas Gregor · 14 years ago
  11. 721f359 When combining the code-completion results from Sema long with the by Douglas Gregor · 14 years ago
  12. 55817af Introduce a preprocessor code-completion hook for contexts where we by Douglas Gregor · 14 years ago
  13. eb0d014 Give a slight preference to functions returning "void" when we're by Douglas Gregor · 14 years ago
  14. d43dd83 In code-completion contexts where both types and other values are by Douglas Gregor · 14 years ago
  15. aaa107a When calling a function or messaging a method marked "sentinel", add by Douglas Gregor · 14 years ago
  16. 58ddb60 Introduce new libclang API functions that determine the availability by Douglas Gregor · 14 years ago
  17. aa5f77b Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completion by Douglas Gregor · 14 years ago
  18. f5586f6 When caching code completions for global declarations, keep track of by Douglas Gregor · 14 years ago
  19. 1827e10 When caching global completion results, keep track of the simplified by Douglas Gregor · 14 years ago
  20. 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
  21. 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
  22. 33611e0 Improve our handling of NULL after an escaping '\' in a string by Douglas Gregor · 14 years ago
  23. bd6c76f Improve parser recovery when we try to parse a call expression but the by Douglas Gregor · 14 years ago
  24. 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 14 years ago
  25. 4710e5b Do not produce types as valid code completions when we're in an by Douglas Gregor · 14 years ago
  26. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  27. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 14 years ago
  28. 64538cf Perform code-completion within ParseCastExpression, which handles, by Douglas Gregor · 14 years ago