Silencing warnings from MSVC 2015 Update 2. Both of these changes silence "C4334...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 30 Mar 2016 21:33:34 +0000 (21:33 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 30 Mar 2016 21:33:34 +0000 (21:33 +0000)
commitabd466ed04904683809fefba5879ff573bde6b8f
tree693b2e9ee20f367b848da792dfefac51f60cbbed
parentedc7c6b23721c910cf87984b5515ce2bc051cb48
Silencing warnings from MSVC 2015 Update 2. Both of these changes silence "C4334 '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)". NFC.

llvm-svn: 264932
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/MicrosoftCXXABI.cpp