Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl ↵ | Ted Kremenek | 2012-05-09 | 1 | -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 which | Richard Smith | 2011-12-16 | 1 | -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 r137234 | Kaelyn Uhrain | 2011-08-10 | 1 | -0/+14 |
llvm-svn: 137240 |