https://bugs.kde.org/show_bug.cgi?id=356572
Sergey Kalinichev <kalinichev.s...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kalinichev.s...@gmail.com --- Comment #1 from Sergey Kalinichev <kalinichev.s...@gmail.com> --- I'd suggest you to build the latest version of Clang from sources and see if this assert persists. If so try to find out what file is being parsed (e.g. add "qWarning() << m_environment.translationUnitUrl();" to ~ParseSessionData()), and then try to build a minimally reproducible test case and attach it here. Also you could build Clang in release mode without asserts, that should workaround this and other asserts that we trigger in Clang code base. Or you could disable "Schedule all project files for parsing" in Settings->Configure KDevelop->Projects, that will probably workaround the assert too. -- You are receiving this mail because: You are watching all bug changes.