Clang plugin && cpp plugin code sharing.

Sergey Kalinichev kalinichev.so.0 at gmail.com
Mon Feb 3 14:00:23 UTC 2014


On Monday 03 February 2014 02:01:00 Milian Wolff wrote:
> Yes, lots of stuff is still missing. But what do you mean by "files project
> manager"? The project managers are not related to language support, you
> should be able to use the existing make file project manager with clang
> just fine.
> 
I meant MakeFiles project manager. Clang plugin doesn't resolve include paths 
properly for that kind of projects. See includepathresolver.cpp

> Depends. Quite some few functions are imo better to be reimplemented using
> the clang-API. Others might be able to be copied first to get something
> working but should then be cleaned up. This should be decided on a
> case-by-case study. Generally, I don't think putting these things into
> kdevplatform makes sense as the code only is relevant to C++ plugins (or is
> it?). So from the list above, I'd say its going to be 1 or 3.

I see, that's what I wanted to hear, thanks!



More information about the KDevelop-devel mailing list