[cfe-dev] bug? in ast_matchers::dynamic::Parser::completeExpression

Manuel Klimek klimek at google.com
Mon Dec 15 04:59:31 PST 2014


+peter and sam who have both worked on this

On Sun Dec 14 2014 at 2:31:23 AM mobi phil <mobi at mobiphil.com> wrote:

> further hacking clang-query, not sure if it is a bug or lack of feature:
> if I have a text like
>
> varDecl(hasName("aa"
>
> the completion should propose or automatically complete the parentheses,
> as many as possible. For complex expressions that would be of a great help.
> Not sure if this is a bug in LineEdit or the completeExpression or it is
> just a lack of feature.
>
> Something else: wonder how much sense it makes for others, but in the code
> analysis I am doing it would be very useful to have strings (names)
> completed as appropriate. Having the correct strings completed would also
> give a hint if the expression written so far is what I want. Wold this be
> difficult to implement?
>
>
>
> rgrds,
> mobi phil
>
>
>
>  _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20141215/cc5fcbae/attachment.html>


More information about the cfe-dev mailing list