]> granicus.if.org Git - clang/commit
Remove offset size check in nullptr arithmetic handling
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 20 Sep 2017 18:06:44 +0000 (18:06 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 20 Sep 2017 18:06:44 +0000 (18:06 +0000)
commit93bd7cd32dec27ea8f4a2ba67c70a54b0905dbfb
tree386ad6818bcdcfd8f623e0e6798f86c3334cad07
parentf6e021e7e979a9955c715a682af7ca649021643e
Remove offset size check in nullptr arithmetic handling

Differential Revision: https://reviews.llvm.org/D37042

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313784 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp
test/CodeGen/nullptr-arithmetic.c
test/Sema/pointer-addition.c
test/SemaCXX/nullptr-arithmetic.cpp