https://bugs.kde.org/show_bug.cgi?id=502235
Bug ID: 502235
Summary: kdevelop does not support c++ concepts
Classification: Applications
Product: kdevelop
Version: git master
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Language Support: CPP (Clang-based)
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
There are no neither highlighting nor tooltips for C++ concepts in the code.
STEPS TO REPRODUCE
#include <concepts>
template <std::integral T>
T foo(T)
{ }
OBSERVED RESULT
"std::integral" is not colorized and there is no tooltip for it. Same applies
to user-provided concept definitions.
EXPECTED RESULT
At least highlight it as a boolean variable.
--
You are receiving this mail because:
You are watching all bug changes.