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

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
Works in principal in KDevelop 5, using the Clang backend. But there's a bug.

Example:
```
#include <chrono>
constexpr std::chrono::nanoseconds operator"" _nsec(unsigned long long val)
{
    return std::chrono::nanoseconds(val);
}

auto i = 123_nsec
```

Highlight the second '_nsec'.

Issue: Definition is the range 'operator', not the first '_nsec'

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

Reply via email to