]> granicus.if.org Git - clang/commit
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)
commit57d0d311322c8cfc8516ce35279881f0773d8564
treeb1052f931f22e402e6f016c148b3a5a7b4274d8f
parent956c8cb2b2e0c2b2e7ec6007275b22c98a488667
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@276831 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp