[llvm-commits] [llvm] r140722 - in /llvm/trunk/tools: CMakeLists.txt Makefile llvm-size/ llvm-size/CMakeLists.txt llvm-size/Makefile llvm-size/llvm-size.cpp

David Blaikie dblaikie at gmail.com
Wed Sep 28 14:17:38 PDT 2011


>
> +  conv.toString(result, unsigned int(Radix), false, true);
>

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):

 llvm/tools/llvm-size/llvm-size.cpp:83:34: error: expected '(' for
function-style cast or type construction
  conv.toString(result, unsigned int(Radix), false, true);
                        ~~~~~~~~ ^
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110928/84110768/attachment.html>


More information about the llvm-commits mailing list