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