https://bugs.kde.org/show_bug.cgi?id=382771
--- Comment #14 from Daniel Santos <daniel.san...@pobox.com> --- (In reply to Kevin Funk from comment #13) > The only sane way to fix this is to ignore the whole testsuite/ folder by > placing an empty .kdev_ignore in it (this will make KDevelop's background > parser ignore everything below it). > > Please try and report back! Yes, that makes plenty of sense. For clang, I suppose it's a nice opportunity to leverage work done to produce tests for gcc. And quite frankly, having testsuite code parsed is not very valuable at all. Getting good parsing of the middle-end is, especially for somebody like me with no experience with data flow analysis, interprocedural constant propagation and such. I don't have this properly parsed yet, because of the quirk that gcc was converted to C++ a few years ago, but all of the file still end in .c. I believe I've found the fix in KDevelop for that, but I need to rebuild gcc (for build tree headers) and reparse. When I'm done with this, perhaps I should write a blog post about using KDevelop to work on gcc. But as for this bug, I still want to try to reproduce the crash I was having earlier to make sure that this is the full and correct work-around. I'll try to get back with you as soon as possible. Thanks! Daniel -- You are receiving this mail because: You are watching all bug changes.