Review Request 122975: small changes to enhance CppLanguageSupport::specialLanguageObjectNavigationWidget
Zhang HuiJie
yitianbuji at gmail.com
Tue Mar 17 13:16:33 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122975/#review77634
-----------------------------------------------------------
Sorry for this solution. Kdevelop will slow down when parse large project, very slow. Does any one has good idea ?
- Zhang HuiJie
On 三月 17, 2015, 8:22 p.m., Zhang HuiJie wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/122975/
> -----------------------------------------------------------
>
> (Updated 三月 17, 2015, 8:22 p.m.)
>
>
> Review request for KDevelop.
>
>
> Repository: kdevelop
>
>
> Description
> -------
>
> small changes to enhance CppLanguageSupport::specialLanguageObjectNavigationWidget by adding a function_like_alias flag.
>
>
> Diffs
> -----
>
> languages/cpp/cpplanguagesupport.cpp a0f47b1
> languages/cpp/parser/rpp/pp-engine.cpp d8fc81d
> languages/cpp/parser/rpp/pp-macro.h 9998dc9
> languages/cpp/parser/rpp/pp-macro.cpp 6209c83
>
> Diff: https://git.reviewboard.kde.org/r/122975/diff/
>
>
> Testing
> -------
>
> 1, this patch will make kdevelop work well with these code:
> #define A() function_body;
> #define B A;
> //call B;
> B();
> the function like macro "foreach" is defined by this way in Qt .
>
> 2, remove extra spaces and the fomatter wiil work better.
>
>
> Thanks,
>
> Zhang HuiJie
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20150317/45cefb1b/attachment.html>
More information about the KDevelop-devel
mailing list