llvm-project/clang/test
Ted Kremenek 7e90422e95 retain/release checker:
- Refactor a bunch of logic in the retain/release checker, making it more
  condense and easier to read.
- Add support for "Create" methods in the DiskArbitration framework

retain/release tests:
- Rename CFDate.m to retain-release.m, and move test from CFString.c to
  retain-release.m
- Add DiskArbitration framework tests cases.
- Add/refine and few more retain/release GC test cases.

llvm-svn: 62106
2009-01-12 21:45:02 +00:00
..
Analysis retain/release checker: 2009-01-12 21:45:02 +00:00
CodeGen Handle multi-value inputs 2009-01-12 02:22:13 +00:00
CodeGenCXX make ScalarExprEmitter::EmitCompare() emit the expression with the correct type instead of always zext it to an int 2009-01-11 23:22:37 +00:00
CodeGenObjC Objc's compatibility-alias semantics and code 2009-01-08 01:10:55 +00:00
Coverage Patch to diagnose a variety of misuse of property 2008-12-06 01:12:43 +00:00
Driver Change -verify mode to find the "expected-error" and "expected-warning" strings 2008-11-21 01:18:36 +00:00
Lexer rdar://6060752 - don't warn about trigraphs in bcpl-style comments 2008-12-12 07:34:39 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser Allow multiple Microsoft calling-convention keywords. Fixes rdar://problem/6486133 2009-01-10 00:48:18 +00:00
Preprocessor Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
Rewriter Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. 2008-12-23 20:11:22 +00:00
Sema Properly set the scope of non-fields declared within a struct, union, 2009-01-12 18:45:55 +00:00
SemaCXX When we see a reference to a struct, class, or union like "struct X" 2009-01-09 22:42:13 +00:00
SemaObjC Patch to supprt case of readonly property being 2009-01-12 19:55:42 +00:00
SemaObjCXX Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). 2009-01-09 00:41:48 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00