Skip to content
Commit f66b7209 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent 1ed59c63
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