]> granicus.if.org Git - clang/commit
Fix debian build after r253512.
authorPete Cooper <peter_cooper@apple.com>
Wed, 18 Nov 2015 22:53:40 +0000 (22:53 +0000)
committerPete Cooper <peter_cooper@apple.com>
Wed, 18 Nov 2015 22:53:40 +0000 (22:53 +0000)
commitf88e4c3900a1cd9e7ab80c171f9ee91e9667e95b
tree0be6970fa31e791d4020218cff5c367cd701aa79
parenta121fca3f3d932cdeed9e839db4c7ded0cd80b00
Fix debian build after r253512.

The conversion from QuantityType to the (temporary) IntegerAlignment class
was ambiguous.

For now add in explicit conversion to unsigned to satisfy the clang-x86_64-debian-fast bot.

I'll remove the explicit conversion when I remove the IntegerAlignment class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253519 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuilder.h