https://bugs.kde.org/show_bug.cgi?id=401564
--- Comment #6 from RJVB <rjvber...@gmail.com> --- Or maybe they just designed the parser around a server architecture instead of using lots of direct calls into libclang? I haven't even tried to understand how the current architecture is designed. But if the issue is "lots of direct calls into libclang", can't you write a (set of) wrapper class(es) that hide the server/client details and that provide bindings for all used functions (it might be possible to generate many of those automatically)? Lots of work but not necessarily very difficult, probably not more so than designing the server/client protocol itself. -- You are receiving this mail because: You are watching all bug changes.