| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch the clang-to-CIndex interface for code-completion to a binary format, ... | Douglas Gregor | 2009-12-01 | 1 | -18/+19 |
* | Remove all of Sema's explicit uses of OverloadedFunctionDecl except for | John McCall | 2009-11-30 | 1 | -11/+0 |
* | Remove useless c_str() calls in SemaCodeComplete. | Benjamin Kramer | 2009-11-29 | 1 | -17/+17 |
* | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -2/+4 |
* | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall | 2009-11-23 | 1 | -6/+4 |
* | Consider a FunctionTemplate to be an overload all on its lonesome. Track | John McCall | 2009-11-22 | 1 | -2/+4 |
* | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -4/+3 |
* | Objective-C code completion within properties after "setter = " or | Douglas Gregor | 2009-11-19 | 1 | -31/+139 |
* | Improve code completion for Objective-C message sends, so that we | Douglas Gregor | 2009-11-19 | 1 | -22/+76 |
* | Improve the accuracy of code completion for the attributes of an @property de... | Douglas Gregor | 2009-11-19 | 1 | -8/+38 |
* | Improve code-completion results for the flags in an @property | Douglas Gregor | 2009-11-19 | 1 | -7/+33 |
* | Rename CodeCompleteObjCProperty to something more specific. No functionality ... | Douglas Gregor | 2009-11-18 | 1 | -1/+1 |
* | Code completion after @dynamic | Douglas Gregor | 2009-11-18 | 1 | -1/+1 |
* | Code completion for Objective-C @synthesized. | Douglas Gregor | 2009-11-18 | 1 | -10/+85 |
* | Implement code completion for Objective-C category names in @interface | Douglas Gregor | 2009-11-18 | 1 | -1/+67 |
* | Code completion for Objective-C class names after @interface, | Douglas Gregor | 2009-11-18 | 1 | -0/+70 |
* | Code completion after @property, providing the names of forward-declared prop... | Douglas Gregor | 2009-11-18 | 1 | -3/+19 |
* | Code completion for Objective-C properly lists | Douglas Gregor | 2009-11-18 | 1 | -0/+46 |
* | Code completion for member accesses that involve Objective-C properties and i... | Douglas Gregor | 2009-11-18 | 1 | -27/+107 |
* | Finish code completion for Objective-C message sends | Douglas Gregor | 2009-11-18 | 1 | -14/+32 |
* | Rename Objective-C message send completion functions to indicate that we're r... | Douglas Gregor | 2009-11-17 | 1 | -10/+8 |
* | Refactor code-completion support for message sends, collecting the | Douglas Gregor | 2009-11-17 | 1 | -84/+97 |
* | Implement code completion for Objective-C message sends to "super". | Douglas Gregor | 2009-11-17 | 1 | -2/+53 |
* | Augment code-completion results to provide argument names and | Douglas Gregor | 2009-11-17 | 1 | -0/+33 |
* | Instead of hanging a using declaration's target decls directly off the using | John McCall | 2009-11-17 | 1 | -1/+1 |
* | Rework Sema code completion interface. | Daniel Dunbar | 2009-11-13 | 1 | -61/+55 |
* | Make sure that we look into nested, transparent declaration contexts | Douglas Gregor | 2009-11-09 | 1 | -2/+9 |
* | Add basic code completion support for ObjC messages. | Steve Naroff | 2009-11-07 | 1 | -0/+111 |
* | Various improvements to Clang's code-completion infrastructure: | Douglas Gregor | 2009-11-07 | 1 | -45/+68 |
* | Include macros in code-completion results | Douglas Gregor | 2009-10-30 | 1 | -13/+77 |
* | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -1/+1 |
* | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor | 2009-10-23 | 1 | -2/+1 |
* | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 1 | -1/+3 |
* | Minor tweaks for code-completion: | Douglas Gregor | 2009-10-09 | 1 | -3/+13 |
* | - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare... | Steve Naroff | 2009-10-08 | 1 | -1/+1 |
* | Add code completion support for ObjC property declarations/attributes. | Steve Naroff | 2009-10-08 | 1 | -0/+27 |
* | Determinism is for wimps. <Wimper> | Douglas Gregor | 2009-09-28 | 1 | -1/+11 |
* | For code completion, note that injected-class-names found as part of | Douglas Gregor | 2009-09-23 | 1 | -8/+25 |
* | Print the results of code-completion for overloading by displaying the | Douglas Gregor | 2009-09-23 | 1 | -0/+62 |
* | Separate the code-completion results for call completion from the | Douglas Gregor | 2009-09-23 | 1 | -7/+5 |
* | Make sure we don't try to add code-completion results without an | Douglas Gregor | 2009-09-22 | 1 | -0/+10 |
* | When code-completion finds a declaration only because it is usable as | Douglas Gregor | 2009-09-22 | 1 | -1/+8 |
* | Tweak the code-completion results ranking and formation, so that | Douglas Gregor | 2009-09-22 | 1 | -23/+40 |
* | Teach code-completion to introduce a ", ..." placeholder for variadic functions | Douglas Gregor | 2009-09-22 | 1 | -0/+5 |
* | (With Doug's help) fix a crash in the code completion code that lead to a tes... | Anders Carlsson | 2009-09-22 | 1 | -0/+3 |
* | Implement code completion within a function call, triggered after the | Douglas Gregor | 2009-09-22 | 1 | -0/+72 |
* | Code completion for ordinary names when we're starting a declaration, express... | Douglas Gregor | 2009-09-21 | 1 | -0/+18 |
* | When providing a code-completion suggestion for a hidden name, include | Douglas Gregor | 2009-09-21 | 1 | -73/+94 |
* | Enhance "case" code completion in C++ to suggest qualified names for | Douglas Gregor | 2009-09-21 | 1 | -12/+91 |
* | Code completion for "case" statements within a switch on an expression | Douglas Gregor | 2009-09-21 | 1 | -0/+73 |