hanchenye-llvm-project/clang/test/Analysis
Ted Kremenek 2e04d73d83 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
2007-11-24 20:07:36 +00:00
..
dead-stores.c
uninit-vals.c Fixed bogus culling of uninitialized-values "taint" propagation during assignments. 2007-11-24 20:07:36 +00:00