https://bugs.kde.org/show_bug.cgi?id=358853
--- Comment #5 from David Nolden <david.nolden....@art-master.de> --- Git commit c9dcbaeedef2ec746214d1be91a09293492e4abb by David Nolden. Committed on 01/02/2016 at 18:15. Pushed by zwabel into branch '5.0'. Add a testcase for BUG: 358853 It seems to break as soon as the second missing include is encountered. M +45 -0 languages/clang/tests/test_duchain.cpp M +1 -0 languages/clang/tests/test_duchain.h http://commits.kde.org/kdevelop/c9dcbaeedef2ec746214d1be91a09293492e4abb --- Comment #6 from David Nolden <david.nolden....@art-master.de> --- Git commit e90e1864039d8ea3c045d64dc35d117060c950b1 by David Nolden. Committed on 01/02/2016 at 18:15. Pushed by zwabel into branch '5.0'. Always show recursive "missing include" errors in problem view Extend the missing-include test so that it becomes a recursive include and also tests this fix. The problem is only actually visible together with my previous commit to kdevplatform. M +3 -1 languages/clang/duchain/parsesession.cpp M +12 -7 languages/clang/tests/test_duchain.cpp http://commits.kde.org/kdevelop/e90e1864039d8ea3c045d64dc35d117060c950b1 -- You are receiving this mail because: You are watching all bug changes.