[cfe-commits] [PATCH] Removed another recursive visit in ExprEngine
Erik Verbruggen
erik.verbruggen at me.com
Fri Mar 2 01:18:21 PST 2012
New patch attached.
And in my question I mixed input and output parameters up. The input
parameters are checked, but it looks like the output parameters are not.
See the test in the patch to the nullptr.cpp.
-- Erik.
On 1-3-12 20:35, Ted Kremenek wrote:
> Interesting. We aren't actually simulating a load, which is done by 'evalLoad', which triggers the dereference checking. We could do that after your cleanup.
>
> On Mar 1, 2012, at 11:29 AM, Erik Verbruggen<erik.verbruggen at me.com> wrote:
>
>> Hi Ted,
>>
>> I'll Hove it a spin. Do you by chance have any idea why clang (with and without patch) does not warn on the de-ref of the input parameter?
>>
>> -- Erik.
>>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Remove-a-recursive-visitiation-in-ExprEngine-that-is.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120302/2dd8c975/attachment.ksh>
More information about the cfe-commits
mailing list