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