summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/ResolveExpression.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a couple of null-checks/-returns.Erik Verbruggen2010-06-041-5/+5
|
* Fixed expression resolving for ObjC message send expressions.Erik Verbruggen2010-05-201-23/+12
|
* Deprecate the old template instantiation.Roberto Raggi2010-05-201-3/+3
|
* Renamed classOrNamespace() and lookup/findClassOrNamespace().Roberto Raggi2010-05-141-4/+4
|
* Resolve ambiguous C++-like initilized declarations.Roberto Raggi2010-05-141-2/+4
|
* Reenabled the tooltip.Roberto Raggi2010-05-141-7/+3
|
* Jump at the function's definition.Roberto Raggi2010-05-141-0/+1
|
* Instiate overloads of operator->().Roberto Raggi2010-05-141-3/+16
|
* Check the member access operator before trying to resolve the base expression.Roberto Raggi2010-05-141-9/+10
|
* Oops! use the right base type when searching for overloads of operator->().Roberto Raggi2010-05-141-1/+1
|
* Get rid of deprected method ResolveExpression::resolveBaseExpression().Roberto Raggi2010-05-141-117/+0
|
* Removed ResolveExpression::resolveMember().Roberto Raggi2010-05-141-55/+6
|
* Get rid off resolveMemberExpression().Roberto Raggi2010-05-141-48/+48
|
* Reimplemented resolve base expression.Roberto Raggi2010-05-141-0/+32
|
* Improved LookupItem and get rid of some deprecated code.Roberto Raggi2010-05-141-94/+123
|
* Removed deprecated code.Roberto Raggi2010-05-141-9/+1
|
* Store the declaration (if any) associated with the LookupItem.Roberto Raggi2010-05-111-14/+10
|
* Split LookupContext::lookup() in lookup() and find().Roberto Raggi2010-05-111-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 Raggi2010-05-101-28/+1
|
* Use the last visible symbol if available.Roberto Raggi2010-05-101-2/+2
|
* More work on template instantiation.Roberto Raggi2010-05-101-0/+46
|
* Refactor a bit the lookup, it should simplify template instantiation.Roberto Raggi2010-05-101-41/+3
|
* Enable lazy lookup.Roberto Raggi2010-05-051-2/+2
|
* Try to use the new LookupContext.Roberto Raggi2010-05-051-243/+114
|
* Deprecated the current LookupContext.Roberto Raggi2010-05-051-5/+5
|
* Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal).Roberto Raggi2010-03-291-2/+26
| | | | Done with: erikv
* Renamed the CompoundExpressionAST::compoundStatement.Roberto Raggi2010-03-231-1/+1
|
* Long live the king!hjk2010-03-051-1/+1
|
* Simplified ObjC selectors in the AST.Erik Verbruggen2010-02-231-2/+2
|
* Revert "Added Objective-C @try block parsing."Erik Verbruggen2010-02-151-5/+0
| | | | This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375.
* Added Objective-C @try block parsing.Erik Verbruggen2010-02-151-0/+5
|
* Added semantic checks for compound expressions.Erik Verbruggen2010-02-071-1/+5
|
* Added AST nodes for compound expressions (a GNU extension).Erik Verbruggen2010-02-071-0/+5
|
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-8/+8
|\ | | | | | | Trailing whitespace removal re-applied manually.
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-8/+8
| | | | | | | | doing it in 1.3 as well to avoid possible later conflicts
* | Expand the template parameters.Roberto Raggi2009-12-081-5/+9
| |
* | Merge remote branch 'origin/1.3'Thorbjørn Lindeijer2009-12-081-0/+1
|\ \ | |/
| * Fixed completion when a typedef symbol is used as class nameRoberto Raggi2009-12-081-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 Raggi2009-12-011-22/+22
| |
* | Use const literals.Roberto Raggi2009-12-011-2/+2
| |
* | Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.Roberto Raggi2009-11-171-76/+78
| |
* | Refactored the AST visitors.Roberto Raggi2009-11-171-2/+2
| | | | | | | | Now, the ASTVisitor constructor takes a valid reference to a TranslationUnit.
* | Added scope calculation for Objective-C classes.Erik Verbruggen2009-11-111-0/+88
| |
* | Fixed the AST field names.Roberto Raggi2009-11-101-3/+3
| |
* | Cleanup Postfix operators.Roberto Raggi2009-11-101-2/+2
| |
* | Removed the ExpressionListAST node.Roberto Raggi2009-11-101-6/+0
|/ | | | Done with Erik Verbruggen
* Don't run the typechecker on the actual arguments.Roberto Raggi2009-10-281-6/+6
| | | | At least for now we ignore the types of the actual arguments
* Fixed: Completion doesn't work for typedefsRoberto Raggi2009-10-281-2/+11
| | | | Task-number: QTCREATORBUG-170
* Handle ambiguous function declarations vs c++-like initialized declarations.Roberto Raggi2009-10-271-0/+5
|
* Initial work on the `new' GenTemplateInstance.Roberto Raggi2009-10-261-6/+10
|