https://bugs.kde.org/show_bug.cgi?id=438249

--- Comment #4 from Andrei Slavoiu <ansl...@yahoo.com> ---
(In reply to Igor Kushnir from comment #3)
> Andrei Slavoiu, could you try the workaround that works for other reporters?

Hi, I assume the workaround was applying this patch:
--- kdevelop-22.04.1-orig/plugins/clang/duchain/builder.cpp     2022-06-01
21:11:28.907037431 +0300
+++ kdevelop-22.04.1/plugins/clang/duchain/builder.cpp  2022-06-01
21:12:48.177035132 +0300
@@ -1080,7 +1080,7 @@
 #endif

 #if CINDEX_VERSION_MINOR >= 16
-    decl->setBitWidth(clang_getFieldDeclBitWidth(cursor));
+    decl->setBitWidth(-1);
 #endif

     if (clang_isCursorDefinition(cursor)) {


In that case, I confirm that after rebuilding with it kdevelop was able to
complete the background parsing.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to