hanchenye-llvm-project/clang/test/Analysis
Ted Kremenek e5fe617e2b Dead stores checker: Fix <rdar://problem/6506065> by being more selective when say that a store is dead even though the computed value is used in the enclosing expression.
llvm-svn: 62552
2009-01-20 00:47:45 +00:00
..
CFDateGC.m retain/release checker: 2009-01-12 21:45:02 +00:00
CFNumber.c MemRegion: 2008-12-13 21:49:13 +00:00
CFRetainRelease_NSAssertionHandler.m Correctly handle NSAssertionHandle -handleFailureInMethod:object:file:lineNumber:description: 2008-07-24 18:47:16 +00:00
CGColorSpace.c add missing RUN lines 2008-11-26 15:50:12 +00:00
CheckNSError.m Rewrite FindDiagnostics to be more strict about the formatting of the 2008-11-24 01:28:17 +00:00
MissingDealloc.m Incorporate MissingDealloc_IBOutlet.m test case into MissingDealloc.m 2008-12-08 22:05:43 +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 This commit reflects changes to the retain/release checker motivated by my 2009-01-07 00:39:56 +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
ObjCProperties.m Patch to allow over-riding of readonly property to 2008-11-25 17:56:43 +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
PR2978.m Patch to diagnose a variety of misuse of property 2008-12-06 01:12:43 +00:00
array-struct.c Add KillStruct to region store. 2009-01-13 01:49:57 +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 Dead stores checker: Fix <rdar://problem/6506065> by being more selective when say that a store is dead even though the computed value is used in the enclosing expression. 2009-01-20 00:47:45 +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
fields.c Use "VisitLValue" when processing the base for "x.f" field accesses, and "Visit" when processing the base for "x->f" field accesses. 2008-10-18 03:28:48 +00:00
func.c Add test for SCA region store. 2008-10-27 09:21:27 +00:00
misc-ps.m Fix regression in handling sizeof(void) in the static analyzer. 2008-12-15 18:51:00 +00:00
no-exit-cfg.c Added test case. 2008-09-23 18:05:01 +00:00
null-deref-ps.c Fix analyzer crash found when scanning Wine sources where the analyzer used old logic to determine the value of a switch 'case' label. 2009-01-17 01:54:16 +00:00
outofbound.c This test now passes. 2009-01-13 01:06:56 +00:00
rdar-6442306-1.m MemRegion: 2008-12-13 21:49:13 +00:00
refcnt_naming.m This test no longer is marked XFAIL. 2008-10-24 20:33:56 +00:00
retain-release.m Fix PR 3337 [retain/release checker]: Handle FunctionDecl's declared using typedefs. 2009-01-16 18:40:33 +00:00
stack-addr-ps.c MemRegion: 2008-12-13 21:49:13 +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-region.c Lazy bingding for region-store manager. 2008-12-20 06:32:12 +00:00
uninit-vals-ps.c Fix <rdar://problem/6451816>: 2008-12-17 19:42:34 +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