summaryrefslogtreecommitdiff
path: root/test/SemaCXX/string-plus-int.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make -Wstring-plus-int warns even if when the result is not out of boundsArnaud Bienner2019-01-031-12/+11
* Revert "Make -Wstring-plus-int warns even if when the result is not out of bo...Adam Nemet2018-12-141-11/+12
* Make -Wstring-plus-int warns even if when the result is not out of boundsSylvestre Ledru2018-12-131-12/+11
* Sema: Don't diagnose string + int if the int is value dependentDavid Majnemer2014-12-151-0/+5
* Add a test for the -Wstring-plus-int fixit note.Nico Weber2012-03-021-0/+4
* Add -Wstring-plus-int, which warns on "str" + int and int + "str".Nico Weber2012-03-021-0/+62