https://bugs.kde.org/show_bug.cgi?id=359110
Bug ID: 359110 Summary: ASTReader.cpp:8214: clang::SwitchCase* clang::ASTReader::getSwitchCaseWithID(unsigned int): Assertion `(*CurrSwitchCaseStmts)[ID] != nullptr && "No SwitchCase with this ID"' failed. Product: kdevelop Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: octopl...@yandex.com Kdevelop (current git) hits the following assertion every time I open a C++ file: (for example gcc/ipa-inline.c from gcc). kdevelop: /home/markus/llvm/tools/clang/lib/Serialization/ASTReader.cpp:8214: clang::SwitchCase* clang::ASTReader::getSwitchCaseWithID(unsigned int): Assertion `(*CurrSwitchCaseStmts)[ID] != nullptr && "No SwitchCase with this ID"' failed. [1] 17584 abort kdevelop A previous version (a few weeks ago) was fine. LLVM and clang are also current git. Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.