Fix assertion failure on -Warray-bounds for 32-bit builds of Clang.
commit8b5ad8369f6cbb47072ec638ec8e1f482ac17132
authorTed Kremenek <kremenek@apple.com>
Fri, 18 Feb 2011 02:27:00 +0000 (18 02:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 18 Feb 2011 02:27:00 +0000 (18 02:27 +0000)
treecca95502a4a49dc69c0169eb954936b6289af129
parent6bf5537e0b2d67701a27f0591c5e97fb6fcf8f3c
Fix assertion failure on -Warray-bounds for 32-bit builds of Clang.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125821 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp
test/SemaCXX/array-bounds.cpp