[kdevelop] [Bug 415537] Syntax highlighter fails on C++17 if-statement with initializer

2019-12-25 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=415537 --- Comment #2 from Matt Whitlock --- Analogous concerns apply for switch-statement with initializer. /* BEGIN example2.cpp */ #include #include #include unsigned parse_uint_clamp(const char *begin, const char *end) { unsigned v; switch (auto

[kdevelop] [Bug 415537] Syntax highlighter fails on C++17 if-statement with initializer

2019-12-24 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=415537 Francis Herne changed: What|Removed |Added CC||m...@flherne.uk Status|REPORTED