]> granicus.if.org Git - clang/commit
Fix assertion failure on -Warray-bounds for 32-bit builds of Clang.
authorTed Kremenek <kremenek@apple.com>
Fri, 18 Feb 2011 02:27:00 +0000 (02:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 18 Feb 2011 02:27:00 +0000 (02:27 +0000)
commit25b3b849e3ad340b04442707038c86980035765b
treecca95502a4a49dc69c0169eb954936b6289af129
parent906c73ffbc78542ad333becb6e013dd9efc299b6
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