<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Menlo;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal" style="margin-left:.5in">There are known problems with running IWYU over LLVM/Clang -- Zachary<br>
Turner made an attempt a while back to get it up and running. Since<br>
the LLVM tree uses all sorts of modern and moderately complex<br>
patterns, we're struggling to keep up<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Re-implementing IWYU based on Clang tooling seems like it would help a lot with that kind of problem.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">--paulr<o:p></o:p></span></p>
<p class="MsoNormal"><a name="_MailEndCompose"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></a></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> cfe-dev [mailto:cfe-dev-bounces@lists.llvm.org]
<b>On Behalf Of </b>Mikhail Zolotukhin via cfe-dev<br>
<b>Sent:</b> Monday, December 11, 2017 12:37 PM<br>
<b>To:</b> Kim Gräsman<br>
<b>Cc:</b> llvm-dev; Clang Dev; Chris Lattner<br>
<b>Subject:</b> Re: [cfe-dev] [llvm-dev] Who wants faster LLVM/Clang builds?<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi Kim,<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">On Dec 10, 2017, at 7:39 AM, Kim Gräsman <<a href="mailto:kim.grasman@gmail.com">kim.grasman@gmail.com</a>> wrote:<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">Hi Michael,<br>
<br>
On Thu, Dec 7, 2017 at 3:16 AM, Michael Zolotukhin<br>
<<a href="mailto:mzolotukhin@apple.com">mzolotukhin@apple.com</a>> wrote:<br>
<br>
<o:p></o:p></p>
<p class="MsoNormal"><br>
Nice to IWYU developers here:) I wonder how hard it would be to run IWYU on<br>
LLVM/Clang (or, if it’s supposed to work, I wonder what I did wrong).<o:p></o:p></p>
<p class="MsoNormal"><br>
There are known problems with running IWYU over LLVM/Clang -- Zachary<br>
Turner made an attempt a while back to get it up and running. Since<br>
the LLVM tree uses all sorts of modern and moderately complex<br>
patterns, we're struggling to keep up.<o:p></o:p></p>
</div>
</div>
</blockquote>
<p class="MsoNormal">I see.<br>
<br>
<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"><br>
<br>
<o:p></o:p></p>
<p class="MsoNormal">If we also can tweak it a bit to make it choose more human-like (~more<br>
conservative) decisions, we would be able to just apply what it suggests!<o:p></o:p></p>
<p class="MsoNormal"><br>
Different humans appear to have different preferences :)<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal">True, what I meant hear is to make the changes more conservative: e.g. if we can replace<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Menlo","serif"">#include "MyClass.h"</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">with <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Menlo","serif"">class MyClass;</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">then this change is probably desirable in every way: it documents the code better, it decreases coupling, it improves compile time.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">But if for instance we suggest replacing it with<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Menlo","serif"">#include "BaseClass1.h"           // previously included from MyClass.h</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Menlo","serif"">#include "ExtraStuffForMyClass.h"</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">then it's less straight-forward, at least from the code-selfdocumentation point of view.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">If we could make IWYU to only suggest changes of the first type, then we probably could've just blindly apply all the suggested changes.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal"><br>
It'd be great to hear more about specifics, maybe you can bring them<br>
up on the IWYU list:<br>
<a href="https://groups.google.com/forum/#!forum/include-what-you-use?">https://groups.google.com/forum/#!forum/include-what-you-use?</a><o:p></o:p></p>
</div>
</div>
</blockquote>
<p class="MsoNormal">Will do, thanks.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Michael<br>
<br>
<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"><br>
Some of IWYU's controversial changes are by design, but some are just<br>
bugs, and if you have ideas for a more principled design, we<br>
appreciate all the input we can get.<br>
<br>
Thanks,<br>
- Kim<o:p></o:p></p>
</div>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
</body>
</html>