llvm-project/clang/test/Analysis
Ted Kremenek cf1ab19086 Added a simple static analysis check to look for improper uses of CFCreateNumber.
llvm-svn: 52799
2008-06-26 23:59:48 +00:00
..
CFDate.m The CF retain/release checker now assumes that allocations do not fail. Eventually we will add a flag to the driver to enable allocation failures (documented as a FIXME). 2008-06-23 18:02:52 +00:00
CFDateGC.m Fix misspelling of "svelte". 2008-06-16 19:51:41 +00:00
CFNumber.c Added a simple static analysis check to look for improper uses of CFCreateNumber. 2008-06-26 23:59:48 +00:00
CFString.c Update test case to use -pedantic (makes the test case more clear). 2008-06-16 19:53:46 +00:00
NSString.m Move NSString.m test case from Analysis-Apple to Analysis. The test case now works on all platforms. 2008-06-16 20:37:30 +00:00
NSWindow.m CF ref checker: 2008-06-25 21:21:56 +00:00
NoReturn.m Moved test case NoReturn.m from Analysis-Apple to Analysis (now works on all platforms). 2008-06-16 21:05:04 +00:00
complex.c Include stdint.h instead of stdio.h. 2008-06-21 17:20:55 +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 Test the dead-store checker using both -warn-dead-stores and -checker-simple. 2008-06-20 23:14:52 +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-msg-expr.m Move test case "uninit-msg-expr.m" from Analysis-Apple to Analysis (now works on all platforms). 2008-06-16 21:15:29 +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