Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Get rid of useless overload of findType(). | Roberto Raggi | 2010-05-14 | 1 | -18/+1 | |
| | ||||||
* | More renaming. | Roberto Raggi | 2010-05-14 | 1 | -7/+12 | |
| | ||||||
* | Removed ClassOrNamespace::findType_helper() & co. | Roberto Raggi | 2010-05-14 | 1 | -50/+14 | |
| | ||||||
* | More renaming. | Roberto Raggi | 2010-05-14 | 1 | -17/+17 | |
| | ||||||
* | Removed deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -8/+0 | |
| | ||||||
* | Renamed classOrNamespace() and lookup/findClassOrNamespace(). | Roberto Raggi | 2010-05-14 | 1 | -20/+20 | |
| | ||||||
* | Removed deprecate overload of LookupContext::classOrNamespace(). | Roberto Raggi | 2010-05-14 | 1 | -10/+0 | |
| | ||||||
* | Instiate overloads of operator->(). | Roberto Raggi | 2010-05-14 | 1 | -22/+30 | |
| | ||||||
* | 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 | 1 | -10/+0 | |
| | ||||||
* | Cleanup. | Roberto Raggi | 2010-05-14 | 1 | -12/+3 | |
| | ||||||
* | Introduced Snapshot::findMatchingDefinition(). | Roberto Raggi | 2010-05-11 | 1 | -6/+11 | |
| | ||||||
* | Split LookupContext::lookup() in lookup() and find(). | Roberto Raggi | 2010-05-11 | 1 | -3/+13 | |
| | | | | | 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 | -8/+8 | |
| | ||||||
* | Renamed switchCurrentEntity() | Roberto Raggi | 2010-05-11 | 1 | -5/+5 | |
| | ||||||
* | Renamed lookup_helper(). | Roberto Raggi | 2010-05-11 | 1 | -6/+6 | |
| | ||||||
* | 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 | 1 | -9/+11 | |
| | ||||||
* | Compile VS | Friedemann Kleint | 2010-05-10 | 1 | -1/+0 | |
| | ||||||
* | Fixed global lookup. | Roberto Raggi | 2010-05-10 | 1 | -0/+3 | |
| | ||||||
* | 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 | 1 | -12/+36 | |
| | ||||||
* | Refactor a bit the lookup, it should simplify template instantiation. | Roberto Raggi | 2010-05-10 | 1 | -11/+58 | |
| | ||||||
* | Don't use QByteArray in the public API. | Roberto Raggi | 2010-05-10 | 1 | -46/+47 | |
| | ||||||
* | Improved CreateBindings::findClassOrNamespace(Symbol *) | Roberto Raggi | 2010-05-05 | 1 | -13/+38 | |
| | ||||||
* | Enable lazy lookup. | Roberto Raggi | 2010-05-05 | 1 | -7/+6 | |
| | ||||||
* | Invoke the right overload. | Roberto Raggi | 2010-05-05 | 1 | -1/+1 | |
| | ||||||
* | Try to use the new LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -13/+19 | |
| | ||||||
* | Ported completeScope(), completeNamespace() and completeClass() to use the ↵ | Roberto Raggi | 2010-05-05 | 1 | -0/+10 | |
| | | | | new LookupContext. | |||||
* | Initial work on the new LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -0/+815 | |
| | ||||||
* | Deprecated the current LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -771/+0 | |
| | ||||||
* | Revert "Fixed possible crash in dangling pointers in namespaces." | Erik Verbruggen | 2010-03-24 | 1 | -2/+2 | |
| | | | | | | | | Main reason is that find-usages and refactoring broke completely. Second reason is that concurrent modification was done on the children-list while deleting/destructing. This reverts commit b0b95f88756dbdf4981c97a325734300a65d8268. | |||||
* | Fixed possible crash in dangling pointers in namespaces. | Erik Verbruggen | 2010-03-23 | 1 | -2/+2 | |
| | | | | Patch by: Bill King | |||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 | |
| | ||||||
* | Prefer ObjC classes/protocols when searching for a canonical symbol. | Erik Verbruggen | 2010-01-11 | 1 | -0/+16 | |
| | ||||||
* | Fix typo in comment. | Tobias Hunger | 2010-01-08 | 1 | -1/+1 | |
| | ||||||
* | Merge branch '1.3' | Thorbjørn Lindeijer | 2010-01-06 | 1 | -2/+4 | |
|\ | ||||||
| * | Fixed crash when completing symbols without a valid context. | Roberto Raggi | 2010-01-06 | 1 | -2/+4 | |
| | | | | | | | | | | Task-number: QTCREATORBUG-534 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | |||||
* | | Expand the template parameters. | Roberto Raggi | 2009-12-08 | 1 | -0/+6 | |
| | | ||||||
* | | Compile with msvc. | Roberto Raggi | 2009-12-07 | 1 | -10/+3 | |
| | | ||||||
* | | Store the documents in an hash. | Roberto Raggi | 2009-12-07 | 1 | -2/+7 | |
| | | ||||||
* | | Initial work on the new CPlusPlus::Snapshot. | Roberto Raggi | 2009-12-07 | 1 | -2/+2 | |
| | | | | | | | | Encapsulate the details. | |||||
* | | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -20/+20 | |
| | | ||||||
* | | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -5/+5 | |
| | | ||||||
* | | Merge remote branch 'origin/1.3' | Oswald Buddenhagen | 2009-11-27 | 1 | -2/+2 | |
|\ \ | |/ | | | | | | | | | Conflicts: doc/qtcreator.qdoc src/plugins/debugger/watchhandler.cpp | |||||
| * | Fixed possible crash in the code completion | Thorbjørn Lindeijer | 2009-11-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Null pointer reference in a case where the global namespace is explicitly specified using :: Task-number: QTCREATORBUG-351 Review-pending-by: Roberto Raggi | |||||
* | | 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 | -6/+12 | |
| | |