On Sat, Mar 14, 2015 at 11:38 AM, Manasij Mukherjee
<[email protected]> wrote:
> Hi,
> This patch fixes bug 19785 and adds a new test case for the problem.
> https://llvm.org/bugs/show_bug.cgi?id=19785
>
> In a case like:
> if ( ptr == NULL );
> the check used to consider the definition location of NULL, instead of the
> current line.
Thank you, committed in r232295.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits