summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-19/+38
* Automatic Reference Counting.John McCall2011-06-151-20/+77
* Add code completetion code for the new 'atomic' attributeFariborz Jahanian2011-06-111-0/+2
* Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor2011-06-031-0/+10
* Tweak code completions for Objective-C Key-Value Observing. TheDouglas Gregor2011-06-021-1/+22
* When providing code completions for an Objective-C property access,Douglas Gregor2011-05-051-13/+61
* When adding KVC code completions, keep track of all of the selectorsDouglas Gregor2011-05-041-23/+30
* When providing code completions of ivar names for a propertyDouglas Gregor2011-04-181-18/+30
* When producing code completion results for the Objective-C propertyDouglas Gregor2011-04-181-5/+42
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-2/+3
* When determining the "usage" type of a declaration for the purposes of code Douglas Gregor2011-04-141-2/+33
* Don't suggest dynamic_cast or typeid as code completion results whenDouglas Gregor2011-04-121-22/+29
* Use ExprResult& instead of Expr *& in SemaJohn Wiegley2011-04-081-2/+6
* Make helpers static.Benjamin Kramer2011-03-261-3/+3
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-1/+0
* When code-completing a case statement for a switch on a value ofDouglas Gregor2011-02-181-3/+4
* Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor2011-02-181-13/+11
* I will not hold on to temporary StringRefs.Douglas Gregor2011-02-171-50/+51
* Implement code completion results for the Objective-C Key-Value CodingDouglas Gregor2011-02-171-12/+655
* When trying to provide a code completion item for a call to "super" inDouglas Gregor2011-02-161-1/+12
* Teach code completion to cope with block types written without aDouglas Gregor2011-02-151-5/+7
* Implement a special code-completion pattern for "IBAction". FixesDouglas Gregor2011-02-151-1/+22
* When code-completing within a list of declaration specifiers,Douglas Gregor2011-02-151-0/+8
* Create a special allocator class for code completion, so that all ofDouglas Gregor2011-02-011-76/+66
* Provide constant strings for certain common code completion strings,Douglas Gregor2011-02-011-22/+90
* Allocate CodeCompletionString and all of its components in aDouglas Gregor2011-02-011-764/+789
* Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,Alexis Hunt2011-01-081-1/+1
* Fix a major inconsistency in the representation of Objective-CDouglas Gregor2010-12-211-32/+2
* Added missing IgnoreParens().Abramo Bagnara2010-12-141-4/+1
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+3
* Eliminate duplicate code completions for properties.Douglas Gregor2010-12-091-11/+25
* Don't walk the translation unit context to produce protocol names whenDouglas Gregor2010-12-091-17/+26
* More anonymous struct/union redesign. This one deals with anonymous field use...Francois Pichet2010-12-041-3/+4
* Do not produce "purely informative" code completion results forDouglas Gregor2010-11-171-22/+35
* Revert the fix for PR8013.Douglas Gregor2010-11-091-4/+0
* Handle overload resolution when calling an overloaded function setDouglas Gregor2010-11-091-0/+4
* Teach code completion not to include out-of-line declarations andDouglas Gregor2010-11-091-1/+8
* If an instance method messages is sending to an expression of type Class,Douglas Gregor2010-11-081-8/+15
* Teach code completion to provide property results when the propertyDouglas Gregor2010-11-021-9/+43
* Fix the translation of the PCC_ForInit code-completion context forDouglas Gregor2010-10-181-2/+8
* Introduce code completion results for Objective-C methods, both whenDouglas Gregor2010-10-181-6/+8
* When providing code completions of Objective-C method declarationsDouglas Gregor2010-10-181-48/+28
* Eliminate the use of ObjCSuperExpr in code completion.Douglas Gregor2010-10-131-11/+9
* Switch c-index-test from clang_codeComplete() over toDouglas Gregor2010-10-111-2/+4
* Fix the mapping of vertical-space cursor kinds to produce a newline,Douglas Gregor2010-10-081-0/+1
* When providing a block literal as a code completion for aDouglas Gregor2010-10-021-0/+5
* Synchronize globally-cached code completion results with the resultsDouglas Gregor2010-09-231-75/+106
* Add code completion for C++ constructors wherever we see the class (orDouglas Gregor2010-09-211-11/+112
* When providing code completions for an argument in an Objective-CDouglas Gregor2010-09-211-7/+71
* Refactor code completion for expressions that occur as arguments inDouglas Gregor2010-09-201-6/+20
OpenPOWER on IntegriCloud