Bug 297321

Summary: Make kdevelop cpp parser includeable into umbrello
Product: [Developer tools] kdevplatform Reporter: Ralf Habacker <ralf.habacker>
Component: languageAssignee: kdevelop-bugs-null
Status: RESOLVED NOT A BUG    
Severity: wishlist CC: ralf.habacker
Priority: NOR    
Version: unspecified   
Target Milestone: 1.3.0   
Platform: unspecified   
OS: All   
URL: http://uml.sourceforge.net/
Latest Commit: Version Fixed In:

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.