[Differential] [Changed Subscribers] D3770: Create declaration for lambda expressions

kfunk (Kevin Funk) noreply at phabricator.kde.org
Wed Dec 21 00:24:33 UTC 2016


kfunk added inline comments.

INLINE COMMENTS

> expressionvisitor.cpp:380
> +    DUChainReadLocker lock;
> +    auto d = Helper::declarationForName(QualifiedIdentifier(node->lambda_id->value),
> +                                        RangeInRevision::invalid(), // ?

Style: d -> decl

> ast.h:513
>      LambdaAst(Ast* parent);
> +    Identifier* lambda_id;
>      ArgumentsAst* arguments;

Style: lambda_id -> lambdaId, or lambdaName?

REPOSITORY
  R53 KDevelop: Python Support

REVISION DETAIL
  https://phabricator.kde.org/D3770

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: flherne, brauch
Cc: kfunk, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20161221/d7df78c8/attachment.html>


More information about the KDevelop-devel mailing list