]> granicus.if.org Git - clang/commit
fix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn on vector bitcasts.
authorChris Lattner <sabre@nondot.org>
Tue, 14 Jun 2011 04:51:15 +0000 (04:51 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Jun 2011 04:51:15 +0000 (04:51 +0000)
commitb792b30ce3d31e3eb3cfee3321238cf3cc2165b0
treee4d20e9b9ee47c3d8ad84f9cb695678f86a6e3a9
parentfd05ca03abdfb38f78b9535d996ecc9c39d3b0db
fix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn on vector bitcasts.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132975 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp
test/Sema/conversion-64-32.c