Review Request 114811: Fix C++ parser bug introduced by ce51818
Max Schwarz
max.schwarz at online.de
Thu Jan 2 13:37:38 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/114811/
-----------------------------------------------------------
Review request for KDevelop.
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/20140102/ba593a76/attachment.html>
More information about the KDevelop-devel
mailing list