]> granicus.if.org Git - clang/commit
[analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.
authorGabor Horvath <xazax.hun@gmail.com>
Fri, 4 Dec 2015 15:02:30 +0000 (15:02 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Fri, 4 Dec 2015 15:02:30 +0000 (15:02 +0000)
commitf2cf6fdb60772ccc586179178c015c9bcdd4194b
tree02b89152cbff321c366acfe2163983477ab3572f
parent37a9df4e20688681604536b1570da7426da4ceed
[analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254718 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/SValBuilder.cpp
test/Analysis/nullptr.cpp