Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Quickfix for adding a declaration to a class from a definition. | Erik Verbruggen | 2010-07-12 | 1 | -0/+4 | |
| | ||||||
* | Keep the Control around for as long needed. | Roberto Raggi | 2010-06-04 | 1 | -4/+7 | |
| | ||||||
* | Handle using declarations | Roberto Raggi | 2010-05-27 | 1 | -0/+1 | |
| | ||||||
* | Use the Control created by CPlusPlus::CreateBindings. | Roberto Raggi | 2010-05-18 | 1 | -4/+0 | |
| | ||||||
* | Cleanup. | Roberto Raggi | 2010-05-14 | 1 | -1/+0 | |
| | ||||||
* | Get rid of useless overload of findType(). | Roberto Raggi | 2010-05-14 | 1 | -4/+0 | |
| | ||||||
* | More renaming. | Roberto Raggi | 2010-05-14 | 1 | -2/+2 | |
| | ||||||
* | Removed ClassOrNamespace::findType_helper() & co. | Roberto Raggi | 2010-05-14 | 1 | -5/+6 | |
| | ||||||
* | More renaming. | Roberto Raggi | 2010-05-14 | 1 | -4/+4 | |
| | ||||||
* | Renamed classOrNamespace() and lookup/findClassOrNamespace(). | Roberto Raggi | 2010-05-14 | 1 | -7/+6 | |
| | ||||||
* | Removed deprecate overload of LookupContext::classOrNamespace(). | Roberto Raggi | 2010-05-14 | 1 | -2/+0 | |
| | ||||||
* | Instiate overloads of operator->(). | Roberto Raggi | 2010-05-14 | 1 | -0/+1 | |
| | ||||||
* | Improved LookupItem and get rid of some deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -2/+2 | |
| | ||||||
* | Introduced Snapshot::findMatchingDefinition(). | Roberto Raggi | 2010-05-11 | 1 | -0/+2 | |
| | ||||||
* | Split LookupContext::lookup() in lookup() and find(). | Roberto Raggi | 2010-05-11 | 1 | -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 Raggi | 2010-05-11 | 1 | -6/+25 | |
| | ||||||
* | Renamed switchCurrentEntity() | Roberto Raggi | 2010-05-11 | 1 | -6/+6 | |
| | ||||||
* | Renamed lookup_helper(). | Roberto Raggi | 2010-05-11 | 1 | -1/+1 | |
| | ||||||
* | Introduced Symbol::copy(otherSymbol) and removed some deprecated code. | Roberto Raggi | 2010-05-10 | 1 | -0/+1 | |
| | ||||||
* | Refactor a bit the lookup, it should simplify template instantiation. | Roberto Raggi | 2010-05-10 | 1 | -4/+16 | |
| | ||||||
* | Don't use QByteArray in the public API. | Roberto Raggi | 2010-05-10 | 1 | -6/+12 | |
| | ||||||
* | Enable lazy lookup. | Roberto Raggi | 2010-05-05 | 1 | -1/+0 | |
| | ||||||
* | Try to use the new LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -1/+2 | |
| | ||||||
* | Ported completeScope(), completeNamespace() and completeClass() to use the ↵ | Roberto Raggi | 2010-05-05 | 1 | -0/+1 | |
| | | | | new LookupContext. | |||||
* | Initial work on the new LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -0/+210 | |
| | ||||||
* | Deprecated the current LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -241/+0 | |
| | ||||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 | |
| | ||||||
* | Compile with msvc. | Roberto Raggi | 2009-12-07 | 1 | -3/+5 | |
| | ||||||
* | Store the documents in an hash. | Roberto Raggi | 2009-12-07 | 1 | -2/+2 | |
| | ||||||
* | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -15/+15 | |
| | ||||||
* | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -1/+1 | |
| | ||||||
* | compile fix with namespaced Qt | hjk | 2009-11-20 | 1 | -0/+2 | |
| | ||||||
* | Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead. | Roberto Raggi | 2009-11-17 | 1 | -3/+38 | |
| | ||||||
* | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 1 | -1/+23 | |
| | ||||||
* | Initial work on the `new' GenTemplateInstance. | Roberto Raggi | 2009-10-26 | 1 | -0/+1 | |
| | ||||||
* | Find the canonical virtual method. | Roberto Raggi | 2009-10-07 | 1 | -3/+10 | |
| | ||||||
* | Some work on `find references of a symbol'. | Roberto Raggi | 2009-09-25 | 1 | -0/+1 | |
| | ||||||
* | Introduced LookupContext::canonicalSymbol(). | Roberto Raggi | 2009-09-25 | 1 | -0/+3 | |
| | ||||||
* | Added method arguments to the lookup context of an ObjC method. | Erik Verbruggen | 2009-09-25 | 1 | -0/+4 | |
| | ||||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 | |
| | ||||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 | |
| | | | | Reviewed-by: Trust Me | |||||
* | Expand enum and anonymous scoped symbols when resolving qualified name ids. | Roberto Raggi | 2009-06-04 | 1 | -0/+3 | |
| | | | | Reviewed-by: Thorbjørn Lindeijer | |||||
* | Refactored the lookup of name and template name ids. | Roberto Raggi | 2009-05-28 | 1 | -2/+0 | |
| | ||||||
* | Say hello to LookupContext::resolveNestedNameSpecifier() | Roberto Raggi | 2009-05-28 | 1 | -0/+3 | |
| | ||||||
* | Added LookupContext::resolveOperatorNameId() with the bits needed to resolve ↵ | Roberto Raggi | 2009-05-28 | 1 | -0/+4 | |
| | | | | operator name ids. | |||||
* | Moved the lookup of qualified name ids in ↵ | Roberto Raggi | 2009-05-28 | 1 | -0/+4 | |
| | | | | LookupContext::resolveQualifiedNameId() | |||||
* | Introduced Name::identifier(). | Roberto Raggi | 2009-05-28 | 1 | -8/+5 | |
| | | | | Name::identifier() returns the identifier used to declare the name. | |||||
* | Removed obsolete code. | Roberto Raggi | 2009-05-27 | 1 | -7/+0 | |
| | ||||||
* | Some cleanup in the lookup context. | Roberto Raggi | 2009-05-27 | 1 | -4/+4 | |
| | ||||||
* | Improved LookupContext::buildVisibleScopes(). | Roberto Raggi | 2009-05-19 | 1 | -0/+4 | |
| |