aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaCodeComplete.cpp
AgeCommit message (Expand)Author
2009-11-23Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...John McCall
2009-11-22Consider a FunctionTemplate to be an overload all on its lonesome. TrackJohn McCall
2009-11-21"Incremental" progress on using expressions, by which I mean totally rippingJohn McCall
2009-11-19Objective-C code completion within properties after "setter = " orDouglas Gregor
2009-11-19Improve code completion for Objective-C message sends, so that weDouglas Gregor
2009-11-19Improve the accuracy of code completion for the attributes of an @property de...Douglas Gregor
2009-11-19Improve code-completion results for the flags in an @propertyDouglas Gregor
2009-11-18Rename CodeCompleteObjCProperty to something more specific. No functionality ...Douglas Gregor
2009-11-18Code completion after @dynamicDouglas Gregor
2009-11-18Code completion for Objective-C @synthesized.Douglas Gregor
2009-11-18Implement code completion for Objective-C category names in @interfaceDouglas Gregor
2009-11-18Code completion for Objective-C class names after @interface,Douglas Gregor
2009-11-18Code completion after @property, providing the names of forward-declared prop...Douglas Gregor
2009-11-18Code completion for Objective-C properly listsDouglas Gregor
2009-11-18Code completion for member accesses that involve Objective-C properties and i...Douglas Gregor
2009-11-18Finish code completion for Objective-C message sendsDouglas Gregor
2009-11-17Rename Objective-C message send completion functions to indicate that we're r...Douglas Gregor
2009-11-17Refactor code-completion support for message sends, collecting theDouglas Gregor
2009-11-17Implement code completion for Objective-C message sends to "super".Douglas Gregor
2009-11-17Augment code-completion results to provide argument names andDouglas Gregor
2009-11-17Instead of hanging a using declaration's target decls directly off the using John McCall
2009-11-13Rework Sema code completion interface.Daniel Dunbar
2009-11-09Make sure that we look into nested, transparent declaration contextsDouglas Gregor
2009-11-07Add basic code completion support for ObjC messages.Steve Naroff
2009-11-07Various improvements to Clang's code-completion infrastructure:Douglas Gregor
2009-10-30Include macros in code-completion resultsDouglas Gregor
2009-10-29Track source information for template arguments and template specializationJohn McCall
2009-10-23Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor
2009-10-18Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar
2009-10-09Minor tweaks for code-completion:Douglas Gregor
2009-10-08- Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare...Steve Naroff
2009-10-08Add code completion support for ObjC property declarations/attributes.Steve Naroff
2009-09-28Determinism is for wimps. <Wimper>Douglas Gregor
2009-09-23For code completion, note that injected-class-names found as part ofDouglas Gregor
2009-09-23Print the results of code-completion for overloading by displaying theDouglas Gregor
2009-09-23Separate the code-completion results for call completion from theDouglas Gregor
2009-09-22Make sure we don't try to add code-completion results without anDouglas Gregor
2009-09-22When code-completion finds a declaration only because it is usable asDouglas Gregor
2009-09-22Tweak the code-completion results ranking and formation, so thatDouglas Gregor
2009-09-22Teach code-completion to introduce a ", ..." placeholder for variadic functionsDouglas 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-22Implement code completion within a function call, triggered after theDouglas Gregor
2009-09-21Code completion for ordinary names when we're starting a declaration, express...Douglas Gregor
2009-09-21When providing a code-completion suggestion for a hidden name, includeDouglas Gregor
2009-09-21Enhance "case" code completion in C++ to suggest qualified names forDouglas Gregor
2009-09-21Code completion for "case" statements within a switch on an expressionDouglas Gregor
2009-09-21Refactor and simplify the CodeCompleteConsumer, so that all of theDouglas Gregor
2009-09-18C++ code completion after the "operator" keyword. Provide overloadedDouglas Gregor
2009-09-18Introduce four new code-completion hooks for C++:Douglas Gregor
2009-09-18Implement code completion for tags, e.g., code completion after "enum"Douglas Gregor