Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits · 89439a793996aae97718bb9dd440ae31941038c7
llvm-epi-0.8
clang
test
SemaCXX
array-bounds-ptr-arith.cpp
Browse files
Mar 02, 2012
Add -Wstring-plus-int, which warns on "str" + int and int + "str".
· ccec40d9
Nico Weber
authored
Mar 02, 2012
ccec40d9
Aug 10, 2011
Add the new unit test that I managed to leave out of r136997 :/
· 3b74063a
Kaelyn Uhrain
authored
Aug 10, 2011
3b74063a
Jul 26, 2011
Revert r136046 while fixing handling of e.g. &foo[index_one_past_size]
· c45dcd25
Kaelyn Uhrain
authored
Jul 26, 2011
c45dcd25
Expand array bounds checking to work in the presence of unary & and *,
· 980bdb9d
Kaelyn Uhrain
authored
Jul 26, 2011
980bdb9d
Loading