https://bugs.kde.org/show_bug.cgi?id=394200
Kevin Funk <kf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kde | |velop/06cbebf36cfa39388430d | |7043197189b2e54a5d2 Version Fixed In| |5.2.2 --- Comment #6 from Kevin Funk <kf...@kde.org> --- Git commit 06cbebf36cfa39388430d7043197189b2e54a5d2 by Kevin Funk, on behalf of René J.V. Bertin. Committed on 16/05/2018 at 07:28. Pushed by kfunk into branch '5.2'. KDevelop : support whitespace between the '#' and 'include' (or 'import') Summary: The C/C++ parser fails to recognise include statements where the hash symbol has whitespace between it and the include/import command. This patch fixes that. FIXED-IN: 5.2.2 Test Plan: Works as expected. Reviewers: #kdevelop, antonanikin, kfunk Reviewed By: #kdevelop, antonanikin, kfunk Subscribers: kfunk, kdevelop-devel Tags: #kdevelop Differential Revision: https://phabricator.kde.org/D12903 M +2 -0 plugins/clang/tests/test_clangutils.cpp M +1 -1 plugins/clang/util/clangutils.cpp https://commits.kde.org/kdevelop/06cbebf36cfa39388430d7043197189b2e54a5d2 -- You are receiving this mail because: You are watching all bug changes.