Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove offset size check in nullptr arithmetic handling | Andrew Kaylor | 2017-09-20 | 1 | -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 Kaylor | 2017-09-19 | 1 | -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 glibc | Andrew Kaylor | 2017-09-19 | 1 | -0/+42 |
Differential Revision: https://reviews.llvm.org/D37042 llvm-svn: 313666 |