Review Request 114811: Fix C++ parser bug introduced by ce51818

Max Schwarz max.schwarz at online.de
Fri Jan 3 15:32:38 UTC 2014


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

(Updated Jan. 3, 2014, 3:32 p.m.)


Status
------

This change has been marked as submitted.


Review request for KDevelop and Milian Wolff.


Repository: kdevelop


Description
-------

languages/cpp: fix bugs introduced by ce51818

Apparently the author thought = binds stronger than ==, but that's not the
case. This completely blocked the C++ parser in my project.


Diffs
-----

  languages/cpp/includepathresolver.cpp 7aeecbc 

Diff: https://git.reviewboard.kde.org/r/114811/diff/


Testing
-------

Found ce51818 by bisecting.

Without the patch the C++ parser does not get past the first few files and hangs infinitely. With the patch everything works as expected.


Thanks,

Max Schwarz

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20140103/54525b12/attachment.html>


More information about the KDevelop-devel mailing list