https://bugs.documentfoundation.org/show_bug.cgi?id=119699

Miklos Vajna <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Miklos Vajna <[email protected]> ---
Usually we use bugzilla only for user-visible bugs. :-)

Anyway, chart2/source/view/charttypes/BarChart.cxx is in Library_chartcore, but
chart2/Library_chartcore.mk (its gb_Library_set_include) section already
includes the correct include directories.

The root of your problem is that gbuild in general has no idea about what flags
to use to "compile" headers; the assumed filename is set in
chart2/IwyuFilter_chart2.yaml, but that one is only able to handle headers
which are available for all char2 translation units, i.e. chart2/inc/* and
chart2/source/inc/*.

So the bug is confirmed, but I would consider it a low priority: I wish our
largest problem at the moment would be those "internal" headers, given that all
of include/* and foo/inc/* would be already IWYU-clean. ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to