<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - accelerating compile times by removing unnecessary header #include"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=42949#c57">Comment # 57</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - accelerating compile times by removing unnecessary header #include"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=42949">bug 42949</a>
              from <span class="vcard"><a class="email" href="mailto:vmiklos@collabora.co.uk" title="Miklos Vajna <vmiklos@collabora.co.uk>"> <span class="fn">Miklos Vajna</span></a>
</span></b>
        <pre>(In reply to Michael Stahl from <a href="show_bug.cgi?id=42949#c15">comment #15</a>)
<span class="quote">> include-what-you-use does indeed appear to be the best way to solve this
> because it avoids issues 1 and 2.</span >

I recently tried to make usage of the tool in the context of LO a bit easier:

1) If your Linux system is too old to build IWYU, I've uploaded a static binary
here: <a href="https://dev-www.libreoffice.org/bin/">https://dev-www.libreoffice.org/bin/</a>

2) Also now there is a bin/find-unneeded-includes script in core.git that you
can just run even on header files in e.g. sc/inc/*.hxx, for other modules where
we have no idea yet what flags to use, see sc/IwyuFilter_sc.yaml for
inspiration.

I hope that makes even more easier to fix IWYU warnings in our codebase.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>