Add a heuristic to the dead stores checker to prune dead stores for variables...
Add a heuristic to the dead stores checker to prune dead stores for variables annotated with '__block'. This is overly conservative, but now the analyzer doesn't report dead stores for variables that can be updated by a block call. llvm-svn: 90364
Loading
Please register or sign in to comment