Skip to content
Commit 699f55b9 authored by Anna Zaks's avatar Anna Zaks
Browse files

[analyzer] Fix a false positive in the CFArrayCreate check that surfaces

the the code like this (due to x and &x being the same value but
different size):

void* x[] = { ptr1, ptr2, ptr3 };
CFArrayCreate(NULL, (const void **) &x, count, NULL);

llvm-svn: 149579
parent 84f6dcf2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment