Нашел следующий вброс на похорониксе:
The KDevelop Clang plug-in has been greatly improved and is on its way to replacing the KDE's integrated development environment existing C++ language support with this Clang-based solution.
There's been many KDevelop Clang improvements landing recently and its quality is surpassing KDevelop's own C++ plug-in that has its own C++ parser and other own implementations. Milian Wolff of KDE explained about Clang for KDevelop as «the magic bullet which we waited for, and which did not exist back when KDevelop 4.0 was started initially.»
Using Clang with KDevelop instead of its own in-house C++ language support leads to a great code reduction: ~50k lines of code for its own solution versus ~2600 lines of code for hooking into Clang. The Clang parser is also much faster than KDevelop's own C++ parser with greater parallelism. KDevelop can also more easily support new C++ features seamlessly as they are added to Clang. Whether Qt Creator will follow KDevelop in this Clang route is still being determined.
Подробности: http://milianw.de/blog/katekdevelop-sprint-2014-let-there-be-clang