"lldb/test/lang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "00049b8b969f19908ac09df0e1e1debca4271eef"
[analyzer] Let ConstraintManager subclasses provide a more efficient checkNull.
Previously, every call to a ConstraintManager's isNull would do a full assumeDual to test feasibility. Now, ConstraintManagers can override checkNull if they have a cheaper way to do the same thing. RangeConstraintManager can do this in less than half the work. <rdar://problem/12608209> llvm-svn: 167138
Loading
Please register or sign in to comment