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

--- Comment #6 from Igor Kushnir <igor...@gmail.com> ---
"kdevelop.plugins.clang: Unhandled type: Dependent <dependent type>" - I get
these warnings occasionally too. They can be reproduced by running KDevelop
using the command line
    KDEV_CLANG_DISPLAY_DIAGS=1 CLEAR_DUCHAIN_DIR=1 kdevelop
; including <bits/stdc++.h> in a single-file hello-world C++ project, selecting
"c++2a" C++ profile and "GCC" as Compiler for path on the project's Language
Support configuration page.

This is apparently missing implementation: CXType_Dependent is not handled in
plugins/clang/duchain/builder.cpp (in Visitor::makeType() and
Visitor::createType()). Unfortunately, I don't know how to add support for
dependent types.

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

Reply via email to