]> granicus.if.org Git - clang/commit
[analyzer] A fix for substraction of an integer from a pointer.
authorGabor Horvath <xazax.hun@gmail.com>
Fri, 18 Sep 2015 19:13:22 +0000 (19:13 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Fri, 18 Sep 2015 19:13:22 +0000 (19:13 +0000)
commit2a7b127580048185cc12b1fcbc0ea0e1d09a5d4b
tree2bf83827d3385b36aaef86a95a8220f368274d3e
parente75eba99e222c16c525d4060ce9784e21ba9506c
[analyzer] A fix for substraction of an integer from a pointer.

Patch by Artem Dergachev!

Differential Revision: http://reviews.llvm.org/D12725

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248021 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
test/Analysis/ptr-arith.c