hanchenye-llvm-project/clang/test/Analysis
Ted Kremenek 3d71fe1503 Add missing "expected warning".
Add compound literal with empty initializer (just to test the analyzer handles it).

llvm-svn: 58470
2008-10-30 23:17:05 +00:00
..
CFDate.m
CFDateGC.m
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
CGColorSpace.c Enhance reference-count checker to correctly identify CG "release" functions. This fixes <rdar://problem/6303488>. 2008-10-22 20:54:52 +00:00
CheckNSError.m Test now passes. 2008-10-17 20:29:05 +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
NSString.m Add EXTWARN Diagnostic class. 2008-08-05 00:07:51 +00:00
NSWindow.m
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 "Implement" GRExprEngine::VisitLValue for ObjCPropertyRefExpr. This is only a bandid; we need to properly handle properties by using locv/nonloc objects and specially handling property assignments in the transfer function for BinaryOperator. 2008-10-17 17:24:14 +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 Add method that will be invoked using the dot-syntax just to test that the missing -dealloc checker handles it. 2008-10-30 23:00:13 +00:00
array-struct.c Add test for SCA region store. 2008-10-27 09:19:25 +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
conditional-op-missing-lhs.c Distinguish between dead stores and dead initializations. 2008-07-15 18:06:32 +00:00
dead-stores.c Enhance dead store checker to not flag preincrements to dead variables where the preincrement is a subexpression, e.g. foo(++x); This can cause false negatives, but will remove a whole class of false positives. 2008-10-15 05:23:41 +00:00
dead-stores.m
exercise-ps.c
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 Do not crash when performing VisitLValue on union types. 2008-10-25 20:09:21 +00:00
no-exit-cfg.c Added test case. 2008-09-23 18:05:01 +00:00
null-deref-ps.c This test now passes again. 2008-10-17 22:53:09 +00:00
refcnt_naming.m This test no longer is marked XFAIL. 2008-10-24 20:33:56 +00:00
stack-addr-ps.c Add missing "expected warning". 2008-10-30 23:17:05 +00:00
uninit-msg-expr.m
uninit-ps-rdar6145427.m Added test case. 2008-08-13 03:55:18 +00:00
uninit-vals-ps.c
uninit-vals.c
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