Fix for compiling with clang <= 3.7 and g++6 headers
authorVedant Kumar <vsk@apple.com>
Wed, 27 Jul 2016 03:43:34 +0000 (03:43 +0000)
committerVedant Kumar <vsk@apple.com>
Wed, 27 Jul 2016 03:43:34 +0000 (03:43 +0000)
commitae7e39a6e441cd6c129e0531d86a9834ca4bbe86
tree77ff3b7864ee6a5f657745438eba4c09edd71972
parente5730a27f22f4eace6caf9a4cdd6a58ef95709c8
Fix for compiling with clang <= 3.7 and g++6 headers

Make integers explicitly unsigned, so the tuple constructor will resolve
properly when but with clang 3.6, 3.7 and gcc 6.1.1 libstdc++ headers.

Patch by Frederich Munch!

Differential Revision: https://reviews.llvm.org/D22798

llvm-svn: 276831
clang/lib/Driver/Tools.cpp