diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-06-20 01:28:32 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-06-20 01:28:32 +0000 |
commit | 927a437ac7433c25384710590f1ec665fcd244bb (patch) | |
tree | 89e77b5c1233070af46585869f3b2b235cb22067 /llvm/lib/CodeGen/MachineLoopInfo.cpp | |
parent | c757570032bc19f050830f492308e196adab4d7d (diff) | |
download | llvm-927a437ac7433c25384710590f1ec665fcd244bb.zip llvm-927a437ac7433c25384710590f1ec665fcd244bb.tar.gz llvm-927a437ac7433c25384710590f1ec665fcd244bb.tar.bz2 |
[objcmt] Have the modern objc migration warning change from:
[NSNumber numberWithDouble:cppb];
warning: converting to boxing syntax requires a cast
to something like:
[NSNumber numberWithDouble:cppb];
warning: converting to boxing syntax requires casting 'bool' to 'double'
This is way better to fully understand the warning.
rdar://11705106
llvm-svn: 158783
Diffstat (limited to 'llvm/lib/CodeGen/MachineLoopInfo.cpp')
0 files changed, 0 insertions, 0 deletions