Age | Commit message (Expand) | Author |
2009-11-18 | Code completion after @property, providing the names of forward-declared prop... | Douglas Gregor |
2009-11-18 | Code completion for Objective-C properly lists | Douglas Gregor |
2009-11-18 | Code completion for member accesses that involve Objective-C properties and i... | Douglas Gregor |
2009-11-18 | Finish code completion for Objective-C message sends | Douglas Gregor |
2009-11-17 | Rename Objective-C message send completion functions to indicate that we're r... | Douglas Gregor |
2009-11-17 | Refactor code-completion support for message sends, collecting the | Douglas Gregor |
2009-11-17 | Implement code completion for Objective-C message sends to "super". | Douglas Gregor |
2009-11-17 | Augment code-completion results to provide argument names and | Douglas Gregor |
2009-11-17 | Instead of hanging a using declaration's target decls directly off the using | John McCall |
2009-11-13 | Rework Sema code completion interface. | Daniel Dunbar |
2009-11-09 | Make sure that we look into nested, transparent declaration contexts | Douglas Gregor |
2009-11-07 | Add basic code completion support for ObjC messages. | Steve Naroff |
2009-11-07 | Various improvements to Clang's code-completion infrastructure: | Douglas Gregor |
2009-10-30 | Include macros in code-completion results | Douglas Gregor |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-10-18 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |
2009-10-09 | Minor tweaks for code-completion: | Douglas Gregor |
2009-10-08 | - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare... | Steve Naroff |
2009-10-08 | Add code completion support for ObjC property declarations/attributes. | Steve Naroff |
2009-09-28 | Determinism is for wimps. <Wimper> | Douglas Gregor |
2009-09-23 | For code completion, note that injected-class-names found as part of | Douglas Gregor |
2009-09-23 | Print the results of code-completion for overloading by displaying the | Douglas Gregor |
2009-09-23 | Separate the code-completion results for call completion from the | Douglas Gregor |
2009-09-22 | Make sure we don't try to add code-completion results without an | Douglas Gregor |
2009-09-22 | When code-completion finds a declaration only because it is usable as | Douglas Gregor |
2009-09-22 | Tweak the code-completion results ranking and formation, so that | Douglas Gregor |
2009-09-22 | Teach code-completion to introduce a ", ..." placeholder for variadic functions | Douglas Gregor |
2009-09-22 | (With Doug's help) fix a crash in the code completion code that lead to a tes... | Anders Carlsson |
2009-09-22 | Implement code completion within a function call, triggered after the | Douglas Gregor |
2009-09-21 | Code completion for ordinary names when we're starting a declaration, express... | Douglas Gregor |
2009-09-21 | When providing a code-completion suggestion for a hidden name, include | Douglas Gregor |
2009-09-21 | Enhance "case" code completion in C++ to suggest qualified names for | Douglas Gregor |
2009-09-21 | Code completion for "case" statements within a switch on an expression | Douglas Gregor |
2009-09-21 | Refactor and simplify the CodeCompleteConsumer, so that all of the | Douglas Gregor |
2009-09-18 | C++ code completion after the "operator" keyword. Provide overloaded | Douglas Gregor |
2009-09-18 | Introduce four new code-completion hooks for C++: | Douglas Gregor |
2009-09-18 | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |