https://bugs.kde.org/show_bug.cgi?id=496985
--- Comment #9 from Igor Kushnir <igor...@gmail.com> --- (In reply to Stephan Mueller from comment #8) > I just changed Clang to version 18 by changing the symlink from > /usr/bin/clang > to /usr/bin/clang-18 and I see the same issue. That's not what needs to be done to test Clang 18. KDevelop uses libclang rather than the clang executable. Rebuilding KDevelop against a different libclang version may be needed. But perhaps simply hiding ALL Clang 19 files and making sure Clang 18's files are found by KDevelop would be enough. There are some macro-related test failures since Clang 19 on the KDevelop's CI: https://invent.kde.org/kdevelop/kdevelop/-/pipelines/833155/test_report?job_name=suse_tumbleweed_qt68 . Perhaps the root cause is the same. -- You are receiving this mail because: You are watching all bug changes.