Bug 297321 - Make kdevelop cpp parser includeable into umbrello
Summary: Make kdevelop cpp parser includeable into umbrello
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: language (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: 1.3.0
Assignee: kdevelop-bugs-null
URL: http://uml.sourceforge.net/
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 15:35 UTC by Ralf Habacker
Modified: 2014-02-10 23:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2012-04-02 15:35:22 UTC
recent umbrello code uses a copy of the kdevelop kde3 cpp parser, which need to be updated to a newer version. It would be nice if the kdevelop cpp parser could be moved into kdevplatform, so that umbrello would be able to use it for parsing cpp files too and do not need to use a copy again. 

As an extension it may be possible to move some additional umbrello language parsers into kdevplatform, so that they could be used by additional projects.
Comment 1 Milian Wolff 2012-04-03 11:53:26 UTC
nope this is not possible. we would have to give a stable ABI which is not possible for something like an AST. a better option for you guys might be clang.