summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/nullptr-arithmetic.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove offset size check in nullptr arithmetic handlingAndrew Kaylor2017-09-201-0/+13
| | | | | | Differential Revision: https://reviews.llvm.org/D37042 llvm-svn: 313784
* Fix 32-bit buildbots by removing tests that are dependent on pointer-size ↵Andrew Kaylor2017-09-191-12/+4
| | | | | | | | comparisons. The recently behavior in the code that these tests were meant to be checking will be ammended as soon as a suitable change can be properly reviewed. llvm-svn: 313684
* Teach clang to tolerate the 'p = nullptr + n' idiom used by glibcAndrew Kaylor2017-09-191-0/+42
Differential Revision: https://reviews.llvm.org/D37042 llvm-svn: 313666
OpenPOWER on IntegriCloud