llvm-project/clang/test/Analysis
Ted Kremenek 91f035cda7 Improve dead stores diagnostics to include the variable name.
llvm-svn: 51395
2008-05-21 22:59:16 +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 Improve dead stores diagnostics to include the variable name. 2008-05-21 22:59:16 +00:00
exercise-ps.c Added test case for the static analyzer. 2008-04-30 04:40:48 +00:00
null-deref-ps.c Added test case to test null dereference checking with lval::ArrayOffset. 2008-04-29 23:25:09 +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-ps.c Fixed bug in the transfer function for dereferences: the loaded value from EvalLoad should bind to the UnaryOperator*, not its subexpression. 2008-05-21 15:48:33 +00:00
uninit-vals.c Changed merge operation for uninitialized values analysis to "intersect" (previous union). 2008-03-22 20:11:00 +00:00