Clang plugin && cpp plugin code sharing.

Milian Wolff mail at milianw.de
Mon Feb 3 14:22:34 UTC 2014


On Monday 03 February 2014 18:00:23 Sergey Kalinichev wrote:
> 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

The includepath* stuff in the cpp plugin should should imo be put into a 
separate plugin and queried from there. One might even want to disable it for 
CMake/QMake projects for example.

-- 
Milian Wolff
mail at milianw.de
http://milianw.de


More information about the KDevelop-devel mailing list