summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/LookupContext.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Quickfix for adding a declaration to a class from a definition.Erik Verbruggen2010-07-121-0/+4
|
* Keep the Control around for as long needed.Roberto Raggi2010-06-041-4/+7
|
* Handle using declarationsRoberto Raggi2010-05-271-0/+1
|
* Use the Control created by CPlusPlus::CreateBindings.Roberto Raggi2010-05-181-4/+0
|
* Cleanup.Roberto Raggi2010-05-141-1/+0
|
* Get rid of useless overload of findType().Roberto Raggi2010-05-141-4/+0
|
* More renaming.Roberto Raggi2010-05-141-2/+2
|
* Removed ClassOrNamespace::findType_helper() & co.Roberto Raggi2010-05-141-5/+6
|
* More renaming.Roberto Raggi2010-05-141-4/+4
|
* Renamed classOrNamespace() and lookup/findClassOrNamespace().Roberto Raggi2010-05-141-7/+6
|
* Removed deprecate overload of LookupContext::classOrNamespace().Roberto Raggi2010-05-141-2/+0
|
* Instiate overloads of operator->().Roberto Raggi2010-05-141-0/+1
|
* Improved LookupItem and get rid of some deprecated code.Roberto Raggi2010-05-141-2/+2
|
* Introduced Snapshot::findMatchingDefinition().Roberto Raggi2010-05-111-0/+2
|
* Split LookupContext::lookup() in lookup() and find().Roberto Raggi2010-05-111-0/+3
| | | | | 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-111-6/+25
|
* Renamed switchCurrentEntity()Roberto Raggi2010-05-111-6/+6
|
* Renamed lookup_helper().Roberto Raggi2010-05-111-1/+1
|
* Introduced Symbol::copy(otherSymbol) and removed some deprecated code.Roberto Raggi2010-05-101-0/+1
|
* Refactor a bit the lookup, it should simplify template instantiation.Roberto Raggi2010-05-101-4/+16
|
* Don't use QByteArray in the public API.Roberto Raggi2010-05-101-6/+12
|
* Enable lazy lookup.Roberto Raggi2010-05-051-1/+0
|
* Try to use the new LookupContext.Roberto Raggi2010-05-051-1/+2
|
* Ported completeScope(), completeNamespace() and completeClass() to use the ↵Roberto Raggi2010-05-051-0/+1
| | | | new LookupContext.
* Initial work on the new LookupContext.Roberto Raggi2010-05-051-0/+210
|
* Deprecated the current LookupContext.Roberto Raggi2010-05-051-241/+0
|
* Long live the king!hjk2010-03-051-1/+1
|
* Compile with msvc.Roberto Raggi2009-12-071-3/+5
|
* Store the documents in an hash.Roberto Raggi2009-12-071-2/+2
|
* Use const names.Roberto Raggi2009-12-011-15/+15
|
* Use const literals.Roberto Raggi2009-12-011-1/+1
|
* compile fix with namespaced Qthjk2009-11-201-0/+2
|
* Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.Roberto Raggi2009-11-171-3/+38
|
* Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-1/+23
|
* Initial work on the `new' GenTemplateInstance.Roberto Raggi2009-10-261-0/+1
|
* Find the canonical virtual method.Roberto Raggi2009-10-071-3/+10
|
* Some work on `find references of a symbol'.Roberto Raggi2009-09-251-0/+1
|
* Introduced LookupContext::canonicalSymbol().Roberto Raggi2009-09-251-0/+3
|
* Added method arguments to the lookup context of an ObjC method.Erik Verbruggen2009-09-251-0/+4
|
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Expand enum and anonymous scoped symbols when resolving qualified name ids.Roberto Raggi2009-06-041-0/+3
| | | | Reviewed-by: Thorbjørn Lindeijer
* Refactored the lookup of name and template name ids.Roberto Raggi2009-05-281-2/+0
|
* Say hello to LookupContext::resolveNestedNameSpecifier()Roberto Raggi2009-05-281-0/+3
|
* Added LookupContext::resolveOperatorNameId() with the bits needed to resolve ↵Roberto Raggi2009-05-281-0/+4
| | | | operator name ids.
* Moved the lookup of qualified name ids in ↵Roberto Raggi2009-05-281-0/+4
| | | | LookupContext::resolveQualifiedNameId()
* Introduced Name::identifier().Roberto Raggi2009-05-281-8/+5
| | | | Name::identifier() returns the identifier used to declare the name.
* Removed obsolete code.Roberto Raggi2009-05-271-7/+0
|
* Some cleanup in the lookup context.Roberto Raggi2009-05-271-4/+4
|
* Improved LookupContext::buildVisibleScopes().Roberto Raggi2009-05-191-0/+4
|