Review Request 122975: small changes to enhance CppLanguageSupport::specialLanguageObjectNavigationWidget and g++ extension.

Zhang HuiJie yitianbuji at gmail.com
Mon Mar 16 07:56:57 UTC 2015


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

Review request for KDevelop.


Repository: kdevelop


Description
-------

small changes to enhance CppLanguageSupport::specialLanguageObjectNavigationWidget and g++ extension.


Diffs
-----

  languages/cpp/cpplanguagesupport.cpp a0f47b1 
  languages/cpp/setuphelpers.cpp cbd78b9 

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.

3, __restrict__ is supported by g++ too, add it just like __restrict.


Thanks,

Zhang HuiJie

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


More information about the KDevelop-devel mailing list