<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 25, 2013 at 8:14 PM, Sean Silva <span dir="ltr"><<a href="mailto:silvas@purdue.edu" target="_blank" class="cremed">silvas@purdue.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="im"><pre style="white-space:pre-wrap;word-wrap:break-word">
     for (SmallSetVector<Constant *, 32>::iterator AI =
-             AttributeCompilerUsedGlobals.begin(), AE =
-             AttributeCompilerUsedGlobals.end();
+             AttributeCompilerUsedGlobals
+                 .begin(), AE = AttributeCompilerUsedGlobals.end();
          AI != AE; ++AI) {</pre><pre style="white-space:pre-wrap;word-wrap:break-word"><br></pre></div>This looks a bit dubious.</div></blockquote><div><br></div><div style>This was fixed last week and now gets formatted as:</div>
<div style><br></div><div>for (SmallSetVector<Constant *, 32>::iterator</div><div>         AI = AttributeCompilerUsedGlobals.begin(),</div><div>         AE = AttributeCompilerUsedGlobals.end();</div><div style>     AI != AE; ++AI) </div>
<div style><br></div><div style>Which is IMO an even better solution.</div><div style><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><span class=""><font color="#888888"><div><br></div><div>-- Sean Silva</div></font></span></div>
</blockquote></div><br></div></div>