hanchenye-llvm-project/clang/test/Analysis
Ted Kremenek 1f58ec6475 Updated test case.
llvm-svn: 56548
2008-09-24 06:40:03 +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 CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue. 2008-09-18 00:28:23 +00:00
CFRetainRelease_NSAssertionHandler.m Correctly handle NSAssertionHandle -handleFailureInMethod:object:file:lineNumber:description: 2008-07-24 18:47:16 +00:00
CFString.c Update test case to use -pedantic (makes the test case more clear). 2008-06-16 19:53:46 +00:00
CheckNSError.m Added test case for PR 2600: proper use of NSError** 2008-09-19 04:56:32 +00:00
MissingDealloc_IBOutlet.m Rename test case file. 2008-07-24 17:02:18 +00:00
MissingDealloc_SEL.m Don't issue a missing +dealloc warning for classes that just contain SEL ivars. 2008-07-24 17:45:56 +00:00
NSPanel.m Added static analysis check to see if a subclass of NSObject implements -dealloc, and whether or not that implementation calls [super dealloc]. 2008-07-03 04:29:21 +00:00
NSString.m Add EXTWARN Diagnostic class. 2008-08-05 00:07:51 +00:00
NSWindow.m Update test case with new clang arguments. 2008-07-02 23:18:57 +00:00
NoReturn.m '&&' commands together so that the test status reflects the results of all the commands, otherwise the test status will be the result of only the last command. 2008-07-04 10:33:02 +00:00
ObjCRetSigs.m Provide an "Analysis Scope" for Analyses so checks can either be run on code declarations (bodies) or Objective-C @implementation blocks. 2008-07-15 00:46:02 +00:00
cfref_PR2519.c Add test case. 2008-07-09 18:11:43 +00:00
cfref_rdar6080742.c Added test case. 2008-07-18 20:48:10 +00:00
complex.c Include stdint.h instead of stdio.h. 2008-06-21 17:20:55 +00:00
conditional-op-missing-lhs.c Distinguish between dead stores and dead initializations. 2008-07-15 18:06:32 +00:00
dead-stores.c Added test case for the dead stores checker that was originally an FP reported in PR 2763. 2008-09-04 21:52:52 +00:00
dead-stores.m Fix a bug in the dead stores checker reported in the following email: 2008-07-03 22:25:27 +00:00
exercise-ps.c Added test case for the static analyzer. 2008-04-30 04:40:48 +00:00
no-exit-cfg.c Added test case. 2008-09-23 18:05:01 +00:00
null-deref-ps.c Updated test case. 2008-09-24 06:40:03 +00:00
stack-addr-ps.c Enhanced path-sensitive return-of-stack-address check to print out the name of the variable whose address was returned. 2008-07-31 20:31:27 +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-ps-rdar6145427.m Added test case. 2008-08-13 03:55:18 +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
uninit-vals.m Test case for transfer function logic of const casts. 2008-09-19 20:53:52 +00:00
unused-ivars.m Remove '.' in expected warning 2008-07-25 20:30:34 +00:00