1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  3. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  4. 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
  5. 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
  6. 08f43cd Code completion has no reason to prefer values over types, especially 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. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  9. e8d7beb Synchronize code-completion cursor kinds with indexing cursor by Douglas Gregor · 14 years ago
  10. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  11. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  12. d43dd83 In code-completion contexts where both types and other values are by Douglas Gregor · 14 years ago
  13. a5fb7c3 Implement support for cached code completions for by Douglas Gregor · 14 years ago
  14. 9b30b26 Teach code completion not to ignore data members when performing code by Douglas Gregor · 14 years ago
  15. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  16. fdf321b De-XFAIL some win32 tests that are now passing by Douglas Gregor · 14 years ago
  17. 1e0993c XFAIL some of the c-index-test tests on Windows, where they are failing inexplicably by Douglas Gregor · 14 years ago
  18. ab0b4f1 Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 14 years ago
  19. ff5ce6e Extend code-completion results with the type of each result by Douglas Gregor · 15 years ago
  20. 7628294 Tweak code-completion results by suppressing class template by Douglas Gregor · 15 years ago
  21. ff4393c Make sure that we look into nested, transparent declaration contexts by Douglas Gregor · 15 years ago
  22. 4bb2c28 Simplify test to deal with type-based ordering variations by Douglas Gregor · 15 years ago
  23. ac06a7c Verify that code-completion is at least a little bit robust against inclusion of missing headers by Douglas Gregor · 15 years ago
  24. 3ac7385 Minor cleanup for CIndex-based code-completion: by Douglas Gregor · 15 years ago