]> granicus.if.org Git - clang/commit
[analyzer] Implement pointer arithmetic on constants
authorGabor Horvath <xazax.hun@gmail.com>
Tue, 10 Oct 2017 11:01:49 +0000 (11:01 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Tue, 10 Oct 2017 11:01:49 +0000 (11:01 +0000)
commitf8ba2666e1ba6d8717740ae3673cddcf416e623f
tree7dc93298c13fe92433077e5e2518e6272c5c29ae
parent56ae0c38e86f32d59805e90415fd5aeca7f82538
[analyzer] Implement pointer arithmetic on constants

Patch by: Rafael Stahl!

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315296 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
test/Analysis/pointer-arithmetic.c [new file with mode: 0644]