clang-1/test/Analysis
Ted Kremenek 49a2fd2758 Added test case to dead stores checker.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49647 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-14 15:56:17 +00:00
..
conditional-op-missing-lhs.c GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. 2007-11-30 19:04:31 +00:00
dead-stores.c Added test case to dead stores checker. 2008-04-14 15:56:17 +00:00
null-deref-ps.c Refactored all logic to run the GRSimpleVals and CFRef checker into a common 2008-04-10 22:16:52 +00:00
stack-addr-ps.c Refactored all logic to run the GRSimpleVals and CFRef checker into a common 2008-04-10 22:16:52 +00:00
uninit-vals.c Changed merge operation for uninitialized values analysis to "intersect" (previous union). 2008-03-22 20:11:00 +00:00