Review Request 117612: Make ExpressionVisitor inherit from DynamicLanguageExpressionVisitor

Miquel Sabaté Solà mikisabate at gmail.com
Thu Apr 17 15:27:22 UTC 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/117612/#review55963
-----------------------------------------------------------



duchain/helper.h
<https://git.reviewboard.kde.org/r/117612/#comment39000>

    It doesn't feel right to pass a DUContextPointer by reference ;) Anyways, how is this related to the patch ?


- Miquel Sabaté Solà


On April 17, 2014, 12:16 p.m., Denis Steckelmacher wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/117612/
> -----------------------------------------------------------
> 
> (Updated April 17, 2014, 12:16 p.m.)
> 
> 
> Review request for KDevelop.
> 
> 
> Repository: kdev-qmljs
> 
> 
> Description
> -------
> 
> Sven Brauch has just added a DynamicLanguageExpressionVisitor class in KDevPlatform. This class contains several useful methods for dynamic language expression visitors, such as everything needed to keep track of the current type and current declaration, and also a method that can be used to build a mixed integral type (very nice addition!)
> 
> This patch makes ExpressionVisitor inherit from DynamicLanguageExpressionVisitor. The patch is fairly simple as it removes one setType() method and changes every use of setType to encounter(). I also had to change QmlJS::findDeclaration, as it took a DUContextPointer parameter. The problem was that the constructor of DUContextPointer requires a DUContext*, while DynamicLanguageExpressionVisitor only provides a const DUContext*.
> 
> 
> Diffs
> -----
> 
>   duchain/expressionvisitor.h bd82ff2 
>   duchain/expressionvisitor.cpp a7e0ba6 
>   duchain/helper.h 23a6d0e 
>   duchain/helper.cpp 935ccd8 
>   duchain/usebuilder.cpp 154a4d3 
> 
> Diff: https://git.reviewboard.kde.org/r/117612/diff/
> 
> 
> Testing
> -------
> 
> All the existing unit tests pass with the simplified expression visitor.
> 
> 
> Thanks,
> 
> Denis Steckelmacher
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20140417/c4cc55df/attachment.html>


More information about the KDevelop-devel mailing list