aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/array-bounds-ptr-arith.cpp
AgeCommit message (Expand)Author
2012-03-02Add -Wstring-plus-int, which warns on "str" + int and int + "str".Nico Weber
2011-08-10Add the new unit test that I managed to leave out of r136997 :/Kaelyn Uhrain
2011-07-26Revert r136046 while fixing handling of e.g. &foo[index_one_past_size]Kaelyn Uhrain
2011-07-26Expand array bounds checking to work in the presence of unary & and *,Kaelyn Uhrain