hanchenye-llvm-project/clang/test/Analysis
Ted Kremenek 1f8e4346fa Add special warning about returning a retained object where a GC'ed object is expected.
llvm-svn: 71397
2009-05-10 16:52:15 +00:00
..
CFDateGC.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
CFNumber.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
CFRetainRelease_NSAssertionHandler.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
CGColorSpace.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
CheckNSError.m Fix regression in pointer comparison with NULL (e.g., 0 != ptr). This fixes 2009-03-28 19:59:33 +00:00
MissingDealloc.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
NSPanel.m retain/release checker: don't track NSPanel until we have better reasoning about 2009-04-03 19:02:51 +00:00
NSString.m Fix: <rdar://problem/6850275> CF objects returned from methods with "new" or "copy" in their name should be treated as owned 2009-05-03 06:08:32 +00:00
NSWindow.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
NoReturn.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
ObjCProperties.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
ObjCRetSigs.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
PR2599.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
PR2978.m Check for method type conflict between declaration in 2009-05-01 20:07:12 +00:00
PR3991.m Fix crash reported in PR 3991. The analyzer doesn't reason about ObjCKVCExpr. 2009-04-21 23:53:32 +00:00
array-struct.c Per conversations with Zhongxing, add an 'element type' to 2009-05-04 06:18:28 +00:00
basicstore_wine_crash.c Handle 'long x = 0; char *y = (char *) x;' by layering an 2009-05-04 06:35:49 +00:00
casts.c Replace the heuristic isSmallerThan with ASTContext::getTypeSize(). 2009-05-08 02:12:59 +00:00
casts.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
cfref_PR2519.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
cfref_rdar6080742.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
complex.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
conditional-op-missing-lhs.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
dead-stores.c Update test case. 2009-03-31 03:34:38 +00:00
dead-stores.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
delegates.m retain/release checker: 2009-04-24 17:50:11 +00:00
exercise-ps.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
fields.c When casting VarRegion, if the var type is aggregate type and the cast-to 2009-05-09 15:34:29 +00:00
func.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
misc-ps-64.m Fix <rdar://problem/6845148>. Signed integers compared against pointers should 2009-05-08 00:32:39 +00:00
misc-ps-basic-store.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
misc-ps-eager-assume.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
misc-ps-ranges.m Split failing test case from misc-ps.m to misc-ps-ranges.m (which tests 2009-04-10 04:02:38 +00:00
misc-ps-region-store.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
misc-ps.m analyzer: 2009-05-10 05:11:21 +00:00
nil-receiver-undefined-larger-than-voidptr-ret.m GRExprEngine: Don't try to reason about the size of 'void' for the return type 2009-04-09 05:45:56 +00:00
no-exit-cfg.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
no-outofbounds-basicstore.c Rename no-outofbounds.c to xfail-no-outofbounds.c and split off that 2009-05-04 14:31:19 +00:00
null-deref-ps-region.c SymbolicRegions may also be live roots. 2009-04-29 09:24:35 +00:00
null-deref-ps.c Fix false positive null dereference by unifying code paths in GRSimpleVals for 2009-05-04 17:53:11 +00:00
outofbound.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
override-werror.c Fix <rdar://problem/6848739>. When using -analyze, -Werror has no effect. 2009-05-07 19:02:53 +00:00
pr_2542_rdar_6793404.m Fix the same false positive reported in PR 2542 and <rdar://problem/6793409> 2009-04-24 21:56:17 +00:00
pr_4164.c Fix analyzer regression reported in PR 4164: 2009-05-06 18:19:24 +00:00
ptr-arith.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
rdar-6442306-1.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
rdar-6539791.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
rdar-6540084.m We want to diagnose sending message to a forward class 2009-05-08 23:45:49 +00:00
rdar-6541136-region.c Region store: when casting VarRegions, if the cast-to pointee type is 2009-05-08 07:28:25 +00:00
rdar-6541136.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
rdar-6562655.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
rdar-6582778-basic-store.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
rdar-6600344-nil-receiver-undefined-struct-ret.m Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct 2009-04-01 06:52:48 +00:00
refcnt_naming.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
region-1.m Fix rdar://6771034: don't warn on use of forward declared protocol in protocol 2009-04-12 08:43:13 +00:00
region-only-test.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
retain-release-basic-store.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
retain-release-gc-only.m Add special warning about returning a retained object where a GC'ed object is expected. 2009-05-10 16:52:15 +00:00
retain-release-region-store.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
retain-release.m retain/release checker: Flag a warning for non-owned objects returned 2009-05-10 06:25:57 +00:00
stack-addr-ps.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
uninit-msg-expr.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
uninit-ps-rdar6145427.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
uninit-vals-ps-region.c Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
uninit-vals-ps.c Add a few more analyzer test cases. 2009-04-02 17:25:00 +00:00
uninit-vals.c Add another uninitialized values test case illustrating that the CFG correctly 2009-03-30 18:29:27 +00:00
uninit-vals.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
unused-ivars.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
xfail-no-outofbounds.c Improve RegionStoreManager::getSizeInElements() 2009-05-06 11:51:48 +00:00
xfail_regionstore_wine_crash.c add comments to test case. 2009-05-09 13:27:17 +00:00