Review Request: ptrtomembertype implementation

Floris Ruijter flo.ruijt at hotmail.com
Thu Dec 23 23:05:09 UTC 2010


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

Review request for KDevelop.


Summary
-------

implementing the PtrToMemberType, type which represents pointer-to-member types ;) like int foo::* bar;


Diffs
-----

  language/CMakeLists.txt 67985db 
  language/duchain/types/alltypes.h e233985 
  language/duchain/types/pointertype.h deb40ed 
  language/duchain/types/ptrtomembertype.h PRE-CREATION 
  language/duchain/types/ptrtomembertype.cpp PRE-CREATION 
  language/duchain/types/typesystem.cpp 941e541 
  language/duchain/types/typesystemdata.h 5bf470c 

Diff: http://git.reviewboard.kde.org/r/100241/diff


Testing
-------

i did some personal testing, since i marked a pointer type, kdevelop will change a dot after an instance of this type to an arrow eventhough any of the two is a syntactic error in itself. i didnt't check how .* is implemented... it also fixes a bug in which you have a type like int foo::* but kdevelop thinks its just int. ie kdevelop ignored the whole pointer to member thing, not anymore :)


Thanks,

Floris

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


More information about the KDevelop-devel mailing list