Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Improved LookupContext::fullyQualifiedName(). | Roberto Raggi | 2010-05-14 | 1 | -7/+15 | |
| | | ||||||
* | | Cleanup. | Roberto Raggi | 2010-05-14 | 2 | -25/+1 | |
| | | ||||||
* | | Get rid of useless overload of findType(). | Roberto Raggi | 2010-05-14 | 2 | -22/+1 | |
| | | ||||||
* | | More renaming. | Roberto Raggi | 2010-05-14 | 2 | -9/+14 | |
| | | ||||||
* | | Removed ClassOrNamespace::findType_helper() & co. | Roberto Raggi | 2010-05-14 | 2 | -55/+20 | |
| | | ||||||
* | | More renaming. | Roberto Raggi | 2010-05-14 | 2 | -21/+21 | |
| | | ||||||
* | | Removed deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -8/+0 | |
| | | ||||||
* | | Renamed classOrNamespace() and lookup/findClassOrNamespace(). | Roberto Raggi | 2010-05-14 | 3 | -31/+30 | |
| | | ||||||
* | | Removed deprecate overload of LookupContext::classOrNamespace(). | Roberto Raggi | 2010-05-14 | 2 | -12/+0 | |
| | | ||||||
* | | Resolve ambiguous C++-like initilized declarations. | Roberto Raggi | 2010-05-14 | 1 | -2/+4 | |
| | | ||||||
* | | Reenabled the tooltip. | Roberto Raggi | 2010-05-14 | 2 | -8/+3 | |
| | | ||||||
* | | Jump at the function's definition. | Roberto Raggi | 2010-05-14 | 1 | -0/+1 | |
| | | ||||||
* | | Instiate overloads of operator->(). | Roberto Raggi | 2010-05-14 | 3 | -25/+47 | |
| | | ||||||
* | | Check the member access operator before trying to resolve the base expression. | Roberto Raggi | 2010-05-14 | 1 | -9/+10 | |
| | | ||||||
* | | Oops! use the right base type when searching for overloads of operator->(). | Roberto Raggi | 2010-05-14 | 1 | -1/+1 | |
| | | ||||||
* | | Get rid of deprected method ResolveExpression::resolveBaseExpression(). | Roberto Raggi | 2010-05-14 | 2 | -121/+0 | |
| | | ||||||
* | | Removed ResolveExpression::resolveMember(). | Roberto Raggi | 2010-05-14 | 2 | -61/+7 | |
| | | ||||||
* | | Get rid off resolveMemberExpression(). | Roberto Raggi | 2010-05-14 | 2 | -53/+50 | |
| | | ||||||
* | | Reimplemented resolve base expression. | Roberto Raggi | 2010-05-14 | 2 | -8/+44 | |
| | | ||||||
* | | Fixed Document::scopeAt() to always return a valid scope. | Roberto Raggi | 2010-05-14 | 1 | -1/+3 | |
| | | ||||||
* | | Look for symbols in the base class implementation. | Roberto Raggi | 2010-05-14 | 1 | -0/+3 | |
| | | ||||||
* | | Improved LookupItem and get rid of some deprecated code. | Roberto Raggi | 2010-05-14 | 13 | -193/+285 | |
| | | ||||||
* | | Removed deprecated code. | Roberto Raggi | 2010-05-14 | 2 | -10/+1 | |
| | | ||||||
* | | Cleanup. | Roberto Raggi | 2010-05-14 | 1 | -12/+3 | |
| | | ||||||
* | | Introduced Snapshot::findMatchingDefinition(). | Roberto Raggi | 2010-05-11 | 4 | -6/+136 | |
| | | ||||||
* | | Removed deprecated method Snapshot::globalNamespaceBinding(). | Roberto Raggi | 2010-05-11 | 3 | -9/+2 | |
| | | ||||||
* | | Store the declaration (if any) associated with the LookupItem. | Roberto Raggi | 2010-05-11 | 4 | -21/+41 | |
| | | ||||||
* | | Split LookupContext::lookup() in lookup() and find(). | Roberto Raggi | 2010-05-11 | 3 | -7/+20 | |
| | | | | | | | | | | lookup() searches for symbols in the given binding and the enclosing scopes, while find() searches for symbols only in the given binding. | |||||
* | | Describe the LookupContext API. | Roberto Raggi | 2010-05-11 | 2 | -14/+33 | |
| | | ||||||
* | | Renamed switchCurrentEntity() | Roberto Raggi | 2010-05-11 | 2 | -11/+11 | |
| | | ||||||
* | | Renamed lookup_helper(). | Roberto Raggi | 2010-05-11 | 2 | -7/+7 | |
| | | ||||||
* | | Resolve the class-or-namespace specifiers when creating bindings for classes. | Roberto Raggi | 2010-05-10 | 1 | -1/+11 | |
| | | ||||||
* | | Introduced Symbol::copy(otherSymbol) and removed some deprecated code. | Roberto Raggi | 2010-05-10 | 2 | -9/+12 | |
| | | ||||||
* | | Compile VS | Friedemann Kleint | 2010-05-10 | 1 | -1/+0 | |
| | | ||||||
* | | Oops! removed debug statements. | Roberto Raggi | 2010-05-10 | 1 | -28/+1 | |
| | | ||||||
* | | Fixed global lookup. | Roberto Raggi | 2010-05-10 | 1 | -0/+3 | |
| | | ||||||
* | | Use the last visible symbol if available. | Roberto Raggi | 2010-05-10 | 1 | -2/+2 | |
| | | ||||||
* | | Removed unused Control. | Roberto Raggi | 2010-05-10 | 1 | -2/+0 | |
| | | ||||||
* | | Removed debug info. | Roberto Raggi | 2010-05-10 | 1 | -2/+2 | |
| | | ||||||
* | | Skip friend class declarations. | Roberto Raggi | 2010-05-10 | 1 | -2/+5 | |
| | | ||||||
* | | More work on template instantiation. | Roberto Raggi | 2010-05-10 | 2 | -12/+82 | |
| | | ||||||
* | | Refactor a bit the lookup, it should simplify template instantiation. | Roberto Raggi | 2010-05-10 | 5 | -63/+110 | |
| | | ||||||
* | | Don't use QByteArray in the public API. | Roberto Raggi | 2010-05-10 | 2 | -52/+59 | |
| | | ||||||
* | | Add aliases to the list of the potential types. | Roberto Raggi | 2010-05-06 | 1 | -0/+2 | |
| | | ||||||
* | | Add namespace aliases to the list of the potential types. | Roberto Raggi | 2010-05-05 | 2 | -0/+9 | |
| | | ||||||
* | | Improved CreateBindings::findClassOrNamespace(Symbol *) | Roberto Raggi | 2010-05-05 | 1 | -13/+38 | |
| | | ||||||
* | | Enable lazy lookup. | Roberto Raggi | 2010-05-05 | 3 | -10/+8 | |
| | | ||||||
* | | Invoke the right overload. | Roberto Raggi | 2010-05-05 | 1 | -1/+1 | |
| | | ||||||
* | | Try to use the new LookupContext. | Roberto Raggi | 2010-05-05 | 9 | -368/+244 | |
| | | ||||||
* | | Ported completeScope(), completeNamespace() and completeClass() to use the ↵ | Roberto Raggi | 2010-05-05 | 2 | -0/+11 | |
| | | | | | | | | new LookupContext. |