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

Fixed bogus culling of uninitialized-values "taint" propagation during assignments.

We accidentally were throttling the propagation of uninitialized state across
assignments (e.g. x = y).  Thanks to Anders Carlsson for spotting this problem.

Added test cases to test suite to provide regression testing for the
uninitialized values analysis.

llvm-svn: 44306
parent 33407b33
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