1. 083128f Code completion after @property, providing the names of forward-declared properties by Douglas Gregor · 16 years ago
  2. 55385fe Code completion for Objective-C properly lists by Douglas Gregor · 16 years ago
  3. 95ac655 Code completion for member accesses that involve Objective-C properties and instance variables by Douglas Gregor · 16 years ago
  4. f74a419 Finish code completion for Objective-C message sends by Douglas Gregor · 16 years ago
  5. 60b01cc Rename Objective-C message send completion functions to indicate that we're referring to message sends by Douglas Gregor · 16 years ago
  6. 36ecb04 Refactor code-completion support for message sends, collecting the by Douglas Gregor · 16 years ago
  7. 24a069f Implement code completion for Objective-C message sends to "super". by Douglas Gregor · 16 years ago
  8. 9630eb6 Augment code-completion results to provide argument names and by Douglas Gregor · 16 years ago
  9. 9488ea1 Instead of hanging a using declaration's target decls directly off the using by John McCall · 16 years ago
  10. 3a2838d Rework Sema code completion interface. by Daniel Dunbar · 16 years ago
  11. ff4393c Make sure that we look into nested, transparent declaration contexts by Douglas Gregor · 16 years ago
  12. c4df6d2 Add basic code completion support for ObjC messages. by Steve Naroff · 16 years ago
  13. 0c8296d Various improvements to Clang's code-completion infrastructure: by Douglas Gregor · 16 years ago
  14. 3f7c7f4 Include macros in code-completion results by Douglas Gregor · 16 years ago
  15. 833ca99 Track source information for template arguments and template specialization by John McCall · 16 years ago
  16. a2813ce Eliminate QualifiedDeclRefExpr, which captured the notion of a by Douglas Gregor · 16 years ago
  17. e013d68 Move clients to use IdentifierInfo::getNameStart() instead of getName() by Daniel Dunbar · 16 years ago
  18. f52cede Minor tweaks for code-completion: by Douglas Gregor · 16 years ago
  19. 7f51112 - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare was system dependent). Worked on Linux, failed on Mac OS (which caused the recently added testcase to fail on Linux). by Steve Naroff · 16 years ago
  20. ece8e71 Add code completion support for ObjC property declarations/attributes. by Steve Naroff · 16 years ago
  21. 6a68403 Determinism is for wimps. <Wimper> by Douglas Gregor · 16 years ago
  22. eb5758b For code completion, note that injected-class-names found as part of by Douglas Gregor · 16 years ago
  23. 86d802e Print the results of code-completion for overloading by displaying the by Douglas Gregor · 16 years ago
  24. 0594438 Separate the code-completion results for call completion from the by Douglas Gregor · 16 years ago
  25. 8e0a0e4 Make sure we don't try to add code-completion results without an by Douglas Gregor · 16 years ago
  26. 3e7253f When code-completion finds a declaration only because it is usable as by Douglas Gregor · 16 years ago
  27. 0563c26 Tweak the code-completion results ranking and formation, so that by Douglas Gregor · 16 years ago
  28. b3d4525 Teach code-completion to introduce a ", ..." placeholder for variadic functions by Douglas Gregor · 16 years ago
  29. 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
  30. 9c6a0e9 Implement code completion within a function call, triggered after the by Douglas Gregor · 16 years ago
  31. 791215b Code completion for ordinary names when we're starting a declaration, expression, or statement by Douglas Gregor · 16 years ago
  32. 456c4a1 When providing a code-completion suggestion for a hidden name, include by Douglas Gregor · 16 years ago
  33. b9d0ef7 Enhance "case" code completion in C++ to suggest qualified names for by Douglas Gregor · 16 years ago
  34. 3e1005f Code completion for "case" statements within a switch on an expression by Douglas Gregor · 16 years ago
  35. 86d9a52 Refactor and simplify the CodeCompleteConsumer, so that all of the by Douglas Gregor · 16 years ago
  36. ed8d322 C++ code completion after the "operator" keyword. Provide overloaded by Douglas Gregor · 16 years ago
  37. 49f40bd Introduce four new code-completion hooks for C++: by Douglas Gregor · 16 years ago
  38. 374929f Implement code completion for tags, e.g., code completion after "enum" by Douglas Gregor · 16 years ago
  39. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 16 years ago