<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 28, 2011, at 2:17 PM, David Blaikie wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">+  conv.toString(result, unsigned int(Radix), false, true);<br></blockquote><div><br></div><div>
Is it just me, or is that causing a build break when building with ToT clang (admittedly my clang's not quite ToT, a few days old at best):<br><br><font class="Apple-style-span" face="'courier new', monospace"> llvm/tools/llvm-size/llvm-size.cpp:83:34: error: expected '(' for function-style cast or type construction</font></div>
<div><font class="Apple-style-span" face="'courier new', monospace">  conv.toString(result, unsigned int(Radix), false, true);</font></div><div><font class="Apple-style-span" face="'courier new', monospace">                        ~~~~~~~~ ^</font></div>
</div></blockquote><br></div><div>Already fixed.</div><div><br></div><div>-eric</div><br></body></html>