]> granicus.if.org Git - clang/commit
PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 Dec 2011 19:31:14 +0000 (19:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 Dec 2011 19:31:14 +0000 (19:31 +0000)
commit25b009a9d2a79929112d3c28c7dd1730bf5246c8
treedc2108ccb1983383eb86a78e2b333c41dd0eced4
parent08d6e032a2a0a8656d12b3b7b93942987bb12eb7
PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which
might not be an rvalue when checking array accesses. Instead, pass through a
flag indicating the array index is negated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146753 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaChecking.cpp
lib/Sema/SemaExpr.cpp
test/Sema/array-bounds-ptr-arith.c