Fix: <rdar://problem/6776949> Branch condition evaluates to an uninitialized...
Fix: <rdar://problem/6776949> Branch condition evaluates to an uninitialized value (argc is guaranteed to be >= 1) The analyzer now adds the precondition that the first argument of 'main' is > 0. llvm-svn: 68757
Loading
Please register or sign in to comment