summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/array-bounds-ptr-arith.c
Commit message (Collapse)AuthorAgeFilesLines
* Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl ↵Ted Kremenek2012-05-091-0/+18
| | | | | | | | may have a Typedef type, and not always a ConstantArrayType. Fixes <rdar://problem/11387038>. llvm-svn: 156464
* PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression whichRichard Smith2011-12-161-0/+7
| | | | | | | might not be an rvalue when checking array accesses. Instead, pass through a flag indicating the array index is negated. llvm-svn: 146753
* Add a test case for the divide-by-zero fix in r137234Kaelyn Uhrain2011-08-101-0/+14
llvm-svn: 137240
OpenPOWER on IntegriCloud