https://bugs.kde.org/show_bug.cgi?id=496985
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/-/commit/458a | |b3e61975c0ca49fbbab23b3178a | |439ce8414 Status|CONFIRMED |RESOLVED Version Fixed In| |6.1.241202 --- Comment #16 from Igor Kushnir <igor...@gmail.com> --- Git commit 458ab3e61975c0ca49fbbab23b3178a439ce8414 by Igor Kushnir, on behalf of Kai Stierand. Committed on 27/01/2025 at 10:01. Pushed by igorkushnir into branch 'master'. Fix locations on Declarations in macro expansions The issue occurs when using Google-Test. Whenever you hovered over Assertion-Macro parameters the whole macro up-to the closing parenthesis was highlighted and referenced class testing::Message. Adapts to clang-19 SpellingLocation change llvm commit: https://github.com/llvm/llvm-project/commit/2e770edd8ce13f48402f1d93e5fb982d8a2ebe64 [libclang] Compute the right spelling location (#72400) FIXED-IN: 6.1.241202 M +14 -14 plugins/clang/duchain/builder.cpp M +55 -0 plugins/clang/tests/test_duchain.cpp M +1 -0 plugins/clang/tests/test_duchain.h https://invent.kde.org/kdevelop/kdevelop/-/commit/458ab3e61975c0ca49fbbab23b3178a439ce8414 -- You are receiving this mail because: You are watching all bug changes.