Refine the capture tracking rules for comparisons to be more
careful about crazy methods of capturing pointers using comparisons. Comparisons of identified objects with null in the default address space are not captures. And, comparisons of two pointers within the same identified object are not captures. llvm-svn: 89421
Loading
Please register or sign in to comment