https://bugs.kde.org/show_bug.cgi?id=515505
--- Comment #9 from Igor Kushnir <[email protected]> --- Created attachment 189296 --> https://bugs.kde.org/attachment.cgi?id=189296&action=edit a source file, parsing which triggers the crash A crash with the same backtrace (at least until the libclang frames) occurs while KDevelop parses the attached file main.cpp (it's a file from the previous project attachment with "std::array" in place of "uint32_t", see the 3rd step to reproduce in the bug description). Tried setting different standards in CMakeLists.txt: the crash occurs with C++17, C++20 or C++23, but not with C++11 or C++14. -- You are receiving this mail because: You are watching all bug changes.
