[umbrello] [Bug 369538] Implement a C++ parser using Clang
"Oliver Kellogg" <[email protected]>
| Newsgroups | gmane.linux.umbrello.devel |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=369538 Oliver Kellogg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected]. | |net --- Comment #9 from Oliver Kellogg <[email protected]> --- 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.