]> granicus.if.org Git - clang/commit
Let -Warray-bounds handle casted array types without false positives.
authorNico Weber <nicolasweber@gmx.de>
Sat, 17 Sep 2011 22:59:41 +0000 (22:59 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 17 Sep 2011 22:59:41 +0000 (22:59 +0000)
commitde5998f1d7dcecb777257ec932142d65de636eb8
tree89bd6d2db8f765ec2f19ce02eca03ec756b4a88a
parent1d4e8e9340c9699069a33a74562e883a305f7607
Let -Warray-bounds handle casted array types without false positives.

Fixes PR10771.

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