summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* When providing completions for a member access expression in C++,Douglas Gregor2010-01-141-8/+3
* Switch code-completion for ordinary names over to the new(ish)Douglas Gregor2010-01-141-4/+80
* More refactoring of ResultBuilder::MaybeAddResult. No intendedDouglas Gregor2010-01-141-40/+39
* Refactor the "is this declaration interesting" logic inDouglas Gregor2010-01-141-33/+51
* Banish the notion of a "rank" for code-completion results, since weDouglas Gregor2010-01-131-256/+197
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-38/+41
* Code-completion for @public, @protected, @private, @package.Douglas Gregor2010-01-131-1/+30
* Whenever completing ordinary names for an Objective-C source, alsoDouglas Gregor2010-01-131-99/+159
* Use horizontal-space markers in code-completion results rather thanDouglas Gregor2010-01-121-14/+21
* Improve code completion by introducing patterns for the various C andDouglas Gregor2010-01-101-20/+529
* remove extraneous #includeChris Lattner2009-12-301-1/+0
* Typo correction for type names when they appear in declarations, e.g., givenDouglas Gregor2009-12-301-0/+1
* Remove some dead variables clang-analyzer found.Benjamin Kramer2009-12-251-1/+0
* Objective-C methods can be variadic, too. Who knew.Douglas Gregor2009-12-231-0/+7
* Extend code-completion results with the type of each resultDouglas Gregor2009-12-181-0/+36
* Shift things around so that it's easier to recover from a missingJohn McCall2009-12-161-22/+13
* update to match LLVM API change:Chris Lattner2009-12-151-7/+0
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
* When code completion of an overload set fails, produce results for ordinary n...Douglas Gregor2009-12-111-5/+16
* Add a function's cv-qualifiers to the code-completion results as anDouglas Gregor2009-12-111-4/+24
* Teach code completion to instantiate templates when it needs toDouglas Gregor2009-12-111-1/+6
* Member function templates can occur after . or ->Douglas Gregor2009-12-111-1/+2
* Tweak code-completion results by suppressing class templateDouglas Gregor2009-12-111-8/+15
* Class template (partial) specializations should not show up in code completio...Douglas Gregor2009-12-111-0/+5
* When in an Objective-C instance method, super is a valid code-completion resultDouglas Gregor2009-12-071-0/+14
* Code completion for Objective-C @ keywords that are statements or expressionsDouglas Gregor2009-12-071-1/+90
* Code completion for Objective-C @ directivesDouglas Gregor2009-12-071-0/+88
* PointerUnion == PointerUnion does not do what I thought it did. Also, fix a t...Douglas Gregor2009-12-061-4/+4
* Switch the std::multimap shadow map used in code completion to anDouglas Gregor2009-12-061-16/+179
* Avoid trashing two temporary strings.Benjamin Kramer2009-12-051-2/+2
* strcasecmp is unportable.Benjamin Kramer2009-12-051-1/+1
* Improve the performance of code completion by 2.2x when completing for ordina...Douglas Gregor2009-12-051-6/+46
* 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
OpenPOWER on IntegriCloud