[umbrello] [Bug 369538] Implement a C++ parser using Clang

Oliver Kellogg bugzilla_noreply at kde.org
Tue Nov 2 22:41:45 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=369538

Oliver Kellogg <okellogg at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |okellogg at users.sourceforge.
                   |                            |net

--- Comment #9 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
clang-parser is geared towards compiling and requires visibility to the header
files transitively #included
(all the way to the system's header files).

Umbrello's C++ parser does not have this constraint; it deals with incomplete
sources.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list