summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/LookupContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Long live the king!hjk2010-03-051-1/+1
* Prefer ObjC classes/protocols when searching for a canonical symbol.Erik Verbruggen2010-01-111-0/+16
* Fix typo in comment.Tobias Hunger2010-01-081-1/+1
* Merge branch '1.3'Thorbjørn Lindeijer2010-01-061-2/+4
|\
| * Fixed crash when completing symbols without a valid context.Roberto Raggi2010-01-061-2/+4
* | Expand the template parameters.Roberto Raggi2009-12-081-0/+6
* | Compile with msvc.Roberto Raggi2009-12-071-10/+3
* | Store the documents in an hash.Roberto Raggi2009-12-071-2/+7
* | Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-2/+2
* | Use const names.Roberto Raggi2009-12-011-20/+20
* | Use const literals.Roberto Raggi2009-12-011-5/+5
* | Merge remote branch 'origin/1.3'Oswald Buddenhagen2009-11-271-2/+2
|\ \ | |/
| * Fixed possible crash in the code completionThorbjørn Lindeijer2009-11-261-2/+2
* | compile fix with namespaced Qthjk2009-11-201-0/+2
* | Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.Roberto Raggi2009-11-171-6/+12
* | Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-2/+69
|/
* Initial work on the `new' GenTemplateInstance.Roberto Raggi2009-10-261-1/+3
* Expand the enclosing namespace.Roberto Raggi2009-10-151-0/+5
* Fixed possible crash when searching the canonical symbol.Roberto Raggi2009-10-141-0/+2
* Fixed lookup of qualified name ids.Roberto Raggi2009-10-121-38/+40
* Improved support for private classes.Roberto Raggi2009-10-121-15/+53
* Find the canonical virtual method.Roberto Raggi2009-10-071-19/+92
* Return the class declaration as canonical symbol for ctors, dtors, and class ...Roberto Raggi2009-10-061-1/+20
* Don't search for the canonical symbol in the base classes (at least for now).Roberto Raggi2009-09-301-23/+6
* Handle ctor-initializers in the LookupContext.Roberto Raggi2009-09-291-1/+6
* Some work on `find references of a symbol'.Roberto Raggi2009-09-251-2/+12
* Introduced LookupContext::canonicalSymbol().Roberto Raggi2009-09-251-0/+38
* Added method arguments to the lookup context of an ObjC method.Erik Verbruggen2009-09-251-0/+10
* long live the kinghjk2009-08-141-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Expand the anonymous namespace and not the enclosing namespace.Roberto Raggi2009-06-101-1/+1
* Expand enum and anonymous scoped symbols when resolving qualified name ids.Roberto Raggi2009-06-041-2/+37
* Refactored the lookup of name and template name ids.Roberto Raggi2009-05-281-40/+21
* Say hello to LookupContext::resolveNestedNameSpecifier()Roberto Raggi2009-05-281-37/+26
* Added LookupContext::resolveOperatorNameId() with the bits needed to resolve ...Roberto Raggi2009-05-281-13/+28
* Moved the lookup of qualified name ids in LookupContext::resolveQualifiedName...Roberto Raggi2009-05-281-42/+50
* Introduced Name::identifier().Roberto Raggi2009-05-281-19/+14
* Removed obsolete code.Roberto Raggi2009-05-271-31/+0
* Some cleanup in the lookup context.Roberto Raggi2009-05-271-31/+21
* Oops! Removed "ugly" and buggy "return".Roberto Raggi2009-05-191-1/+0
* Improved LookupContext::buildVisibleScopes().Roberto Raggi2009-05-191-16/+32
* Do not expand the list of candidates when resolving fully qualified idsThorbjørn Lindeijer2009-05-191-1/+1
* Revert "Do not expand the list of candidates when resolving fully qualified ids"Thorbjørn Lindeijer2009-05-181-1/+1
* Fixed: Possible crash when resolving fully qualified name ids.Roberto Raggi2009-04-061-8/+7
* Do not expand the list of candidates when resolving fully qualified idsThorbjørn Lindeijer2009-03-261-1/+1
* Fixed the lookup of qualified name ids.Roberto Raggi2009-03-251-4/+9
* Mark the generated regions of text.Roberto Raggi2009-03-041-0/+3
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Fixes: Possible crash while resolving qualified name ids.Roberto Raggi2009-02-181-1/+1
* Fixed crash in lookup context due to null-nameThorbjørn Lindeijer2009-02-111-2/+5