summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch the clang-to-CIndex interface for code-completion to a binary format, ...Douglas Gregor2009-12-011-18/+19
* Remove all of Sema's explicit uses of OverloadedFunctionDecl except forJohn McCall2009-11-301-11/+0
* Remove useless c_str() calls in SemaCodeComplete.Benjamin Kramer2009-11-291-17/+17
* Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and John McCall2009-11-241-2/+4
* Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...John McCall2009-11-231-6/+4
* Consider a FunctionTemplate to be an overload all on its lonesome. TrackJohn McCall2009-11-221-2/+4
* "Incremental" progress on using expressions, by which I mean totally rippingJohn McCall2009-11-211-4/+3
* Objective-C code completion within properties after "setter = " orDouglas Gregor2009-11-191-31/+139
* Improve code completion for Objective-C message sends, so that weDouglas Gregor2009-11-191-22/+76
* Improve the accuracy of code completion for the attributes of an @property de...Douglas Gregor2009-11-191-8/+38
* Improve code-completion results for the flags in an @propertyDouglas Gregor2009-11-191-7/+33
* Rename CodeCompleteObjCProperty to something more specific. No functionality ...Douglas Gregor2009-11-181-1/+1
* Code completion after @dynamicDouglas Gregor2009-11-181-1/+1
* Code completion for Objective-C @synthesized.Douglas Gregor2009-11-181-10/+85
* Implement code completion for Objective-C category names in @interfaceDouglas Gregor2009-11-181-1/+67
* Code completion for Objective-C class names after @interface,Douglas Gregor2009-11-181-0/+70
* Code completion after @property, providing the names of forward-declared prop...Douglas Gregor2009-11-181-3/+19
* Code completion for Objective-C properly listsDouglas Gregor2009-11-181-0/+46
* Code completion for member accesses that involve Objective-C properties and i...Douglas Gregor2009-11-181-27/+107
* Finish code completion for Objective-C message sendsDouglas Gregor2009-11-181-14/+32
* Rename Objective-C message send completion functions to indicate that we're r...Douglas Gregor2009-11-171-10/+8
* Refactor code-completion support for message sends, collecting theDouglas Gregor2009-11-171-84/+97
* Implement code completion for Objective-C message sends to "super".Douglas Gregor2009-11-171-2/+53
* Augment code-completion results to provide argument names andDouglas Gregor2009-11-171-0/+33
* Instead of hanging a using declaration's target decls directly off the using John McCall2009-11-171-1/+1
* Rework Sema code completion interface.Daniel Dunbar2009-11-131-61/+55
* Make sure that we look into nested, transparent declaration contextsDouglas Gregor2009-11-091-2/+9
* Add basic code completion support for ObjC messages.Steve Naroff2009-11-071-0/+111
* Various improvements to Clang's code-completion infrastructure:Douglas Gregor2009-11-071-45/+68
* Include macros in code-completion resultsDouglas Gregor2009-10-301-13/+77
* Track source information for template arguments and template specializationJohn McCall2009-10-291-1/+1
* Eliminate QualifiedDeclRefExpr, which captured the notion of aDouglas Gregor2009-10-231-2/+1
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-1/+3
* Minor tweaks for code-completion:Douglas Gregor2009-10-091-3/+13
* - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare...Steve Naroff2009-10-081-1/+1
* Add code completion support for ObjC property declarations/attributes.Steve Naroff2009-10-081-0/+27
* Determinism is for wimps. <Wimper>Douglas Gregor2009-09-281-1/+11
* For code completion, note that injected-class-names found as part ofDouglas Gregor2009-09-231-8/+25
* Print the results of code-completion for overloading by displaying theDouglas Gregor2009-09-231-0/+62
* Separate the code-completion results for call completion from theDouglas Gregor2009-09-231-7/+5
* Make sure we don't try to add code-completion results without anDouglas Gregor2009-09-221-0/+10
* When code-completion finds a declaration only because it is usable asDouglas Gregor2009-09-221-1/+8
* Tweak the code-completion results ranking and formation, so thatDouglas Gregor2009-09-221-23/+40
* Teach code-completion to introduce a ", ..." placeholder for variadic functionsDouglas Gregor2009-09-221-0/+5
* (With Doug's help) fix a crash in the code completion code that lead to a tes...Anders Carlsson2009-09-221-0/+3
* Implement code completion within a function call, triggered after theDouglas Gregor2009-09-221-0/+72
* Code completion for ordinary names when we're starting a declaration, express...Douglas Gregor2009-09-211-0/+18
* When providing a code-completion suggestion for a hidden name, includeDouglas Gregor2009-09-211-73/+94
* Enhance "case" code completion in C++ to suggest qualified names forDouglas Gregor2009-09-211-12/+91
* Code completion for "case" statements within a switch on an expressionDouglas Gregor2009-09-211-0/+73
OpenPOWER on IntegriCloud