https://bugs.kde.org/show_bug.cgi?id=402066
Milian Wolff <m...@milianw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/kde/ | |kdevelop/commit/a7f7c9ac6b8 | |fc9254d7efe17adde7d95b613bb | |1c --- Comment #1 from Milian Wolff <m...@milianw.de> --- Git commit a7f7c9ac6b8fc9254d7efe17adde7d95b613bb1c by Milian Wolff. Committed on 06/02/2020 at 19:23. Pushed by mwolff into branch 'master'. kdev-clang: don't skip unexposed declarations from different files clang-c doesn't expose the 'extern "C"' linkage declaration. In some cases, projects put #include statements within such linkage statements. We used to fail to create declarations for them, and thus also failed to build proper uses for any declaration. M +9 -4 plugins/clang/duchain/builder.cpp C +8 -0 plugins/clang/tests/files/extern_c.cpp [from: plugins/clang/tests/files/includes.cpp - 060% similarity] M +6 -0 plugins/clang/tests/files/includes.cpp A +2 -0 plugins/clang/tests/files/includes/asdf.h [License: Trivial file] M +31 -0 plugins/clang/tests/test_duchain.cpp M +1 -0 plugins/clang/tests/test_duchain.h https://invent.kde.org/kde/kdevelop/commit/a7f7c9ac6b8fc9254d7efe17adde7d95b613bb1c -- You are receiving this mail because: You are watching all bug changes.