]> granicus.if.org Git - clang/commit
Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 19 Jun 2012 21:28:35 +0000 (21:28 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 19 Jun 2012 21:28:35 +0000 (21:28 +0000)
commit5d7700ed7645698f3e5bea8f983e61a1ec2f423b
tree8dd63aa71169475c28da11149e4e411ca6d2869e
parentb26331b4ff419b22861b0823daf83bc8f22a6803
Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned
types to actually includes the value, rather than saying <uninitialized>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-0x.cpp