Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a couple of null-checks/-returns. | Erik Verbruggen | 2010-06-04 | 1 | -5/+5 |
| | |||||
* | Fixed expression resolving for ObjC message send expressions. | Erik Verbruggen | 2010-05-20 | 1 | -23/+12 |
| | |||||
* | Deprecate the old template instantiation. | Roberto Raggi | 2010-05-20 | 1 | -3/+3 |
| | |||||
* | Renamed classOrNamespace() and lookup/findClassOrNamespace(). | Roberto Raggi | 2010-05-14 | 1 | -4/+4 |
| | |||||
* | Resolve ambiguous C++-like initilized declarations. | Roberto Raggi | 2010-05-14 | 1 | -2/+4 |
| | |||||
* | Reenabled the tooltip. | Roberto Raggi | 2010-05-14 | 1 | -7/+3 |
| | |||||
* | Jump at the function's definition. | Roberto Raggi | 2010-05-14 | 1 | -0/+1 |
| | |||||
* | Instiate overloads of operator->(). | Roberto Raggi | 2010-05-14 | 1 | -3/+16 |
| | |||||
* | Check the member access operator before trying to resolve the base expression. | Roberto Raggi | 2010-05-14 | 1 | -9/+10 |
| | |||||
* | Oops! use the right base type when searching for overloads of operator->(). | Roberto Raggi | 2010-05-14 | 1 | -1/+1 |
| | |||||
* | Get rid of deprected method ResolveExpression::resolveBaseExpression(). | Roberto Raggi | 2010-05-14 | 1 | -117/+0 |
| | |||||
* | Removed ResolveExpression::resolveMember(). | Roberto Raggi | 2010-05-14 | 1 | -55/+6 |
| | |||||
* | Get rid off resolveMemberExpression(). | Roberto Raggi | 2010-05-14 | 1 | -48/+48 |
| | |||||
* | Reimplemented resolve base expression. | Roberto Raggi | 2010-05-14 | 1 | -0/+32 |
| | |||||
* | Improved LookupItem and get rid of some deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -94/+123 |
| | |||||
* | Removed deprecated code. | Roberto Raggi | 2010-05-14 | 1 | -9/+1 |
| | |||||
* | Store the declaration (if any) associated with the LookupItem. | Roberto Raggi | 2010-05-11 | 1 | -14/+10 |
| | |||||
* | Split LookupContext::lookup() in lookup() and find(). | Roberto Raggi | 2010-05-11 | 1 | -4/+4 |
| | | | | | lookup() searches for symbols in the given binding and the enclosing scopes, while find() searches for symbols only in the given binding. | ||||
* | Oops! removed debug statements. | Roberto Raggi | 2010-05-10 | 1 | -28/+1 |
| | |||||
* | Use the last visible symbol if available. | Roberto Raggi | 2010-05-10 | 1 | -2/+2 |
| | |||||
* | More work on template instantiation. | Roberto Raggi | 2010-05-10 | 1 | -0/+46 |
| | |||||
* | Refactor a bit the lookup, it should simplify template instantiation. | Roberto Raggi | 2010-05-10 | 1 | -41/+3 |
| | |||||
* | Enable lazy lookup. | Roberto Raggi | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | Try to use the new LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -243/+114 |
| | |||||
* | Deprecated the current LookupContext. | Roberto Raggi | 2010-05-05 | 1 | -5/+5 |
| | |||||
* | Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal). | Roberto Raggi | 2010-03-29 | 1 | -2/+26 |
| | | | | Done with: erikv | ||||
* | Renamed the CompoundExpressionAST::compoundStatement. | Roberto Raggi | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Simplified ObjC selectors in the AST. | Erik Verbruggen | 2010-02-23 | 1 | -2/+2 |
| | |||||
* | Revert "Added Objective-C @try block parsing." | Erik Verbruggen | 2010-02-15 | 1 | -5/+0 |
| | | | | This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375. | ||||
* | Added Objective-C @try block parsing. | Erik Verbruggen | 2010-02-15 | 1 | -0/+5 |
| | |||||
* | Added semantic checks for compound expressions. | Erik Verbruggen | 2010-02-07 | 1 | -1/+5 |
| | |||||
* | Added AST nodes for compound expressions (a GNU extension). | Erik Verbruggen | 2010-02-07 | 1 | -0/+5 |
| | |||||
* | Merge remote branch 'origin/1.3' | Oswald Buddenhagen | 2010-01-29 | 1 | -8/+8 |
|\ | | | | | | | Trailing whitespace removal re-applied manually. | ||||
| * | remove trailing whitespace | Oswald Buddenhagen | 2010-01-29 | 1 | -8/+8 |
| | | | | | | | | doing it in 1.3 as well to avoid possible later conflicts | ||||
* | | Expand the template parameters. | Roberto Raggi | 2009-12-08 | 1 | -5/+9 |
| | | |||||
* | | Merge remote branch 'origin/1.3' | Thorbjørn Lindeijer | 2009-12-08 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fixed completion when a typedef symbol is used as class name | Roberto Raggi | 2009-12-08 | 1 | -0/+1 |
| | | | | | | | | | | | | For example std::string, which is a typedef of std::basic_string. Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | ||||
* | | Use const names. | Roberto Raggi | 2009-12-01 | 1 | -22/+22 |
| | | |||||
* | | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -2/+2 |
| | | |||||
* | | Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead. | Roberto Raggi | 2009-11-17 | 1 | -76/+78 |
| | | |||||
* | | Refactored the AST visitors. | Roberto Raggi | 2009-11-17 | 1 | -2/+2 |
| | | | | | | | | Now, the ASTVisitor constructor takes a valid reference to a TranslationUnit. | ||||
* | | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 1 | -0/+88 |
| | | |||||
* | | Fixed the AST field names. | Roberto Raggi | 2009-11-10 | 1 | -3/+3 |
| | | |||||
* | | Cleanup Postfix operators. | Roberto Raggi | 2009-11-10 | 1 | -2/+2 |
| | | |||||
* | | Removed the ExpressionListAST node. | Roberto Raggi | 2009-11-10 | 1 | -6/+0 |
|/ | | | | Done with Erik Verbruggen | ||||
* | Don't run the typechecker on the actual arguments. | Roberto Raggi | 2009-10-28 | 1 | -6/+6 |
| | | | | At least for now we ignore the types of the actual arguments | ||||
* | Fixed: Completion doesn't work for typedefs | Roberto Raggi | 2009-10-28 | 1 | -2/+11 |
| | | | | Task-number: QTCREATORBUG-170 | ||||
* | Handle ambiguous function declarations vs c++-like initialized declarations. | Roberto Raggi | 2009-10-27 | 1 | -0/+5 |
| | |||||
* | Initial work on the `new' GenTemplateInstance. | Roberto Raggi | 2009-10-26 | 1 | -6/+10 |
| |