summaryrefslogtreecommitdiff
path: root/test/SemaCXX/nullptr-arithmetic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove offset size check in nullptr arithmetic handlingAndrew Kaylor2017-09-201-0/+2
* Fix 32-bit buildbots by removing tests that are dependent on pointer-size com...Andrew Kaylor2017-09-191-2/+1
* Teach clang to tolerate the 'p = nullptr + n' idiom used by glibcAndrew Kaylor2017-09-191-0/+29