]> granicus.if.org Git - clang/commit
Using an explicit cast to work around MSVC 2013 not picking the conversion operator...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 6 Oct 2014 12:42:31 +0000 (12:42 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 6 Oct 2014 12:42:31 +0000 (12:42 +0000)
commiteca23c650c05e215fe5e289cc98be029eded3a91
treefa8d9051c32cdd2c9d333b94fd4562852bd194cd
parent0397326df25a01e6e68266a0ee694012924904a1
Using an explicit cast to work around MSVC 2013 not picking the conversion operator as expected. NFC, should fix the MSVC build bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219116 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp