llvm-project/clang/test
Fariborz Jahanian ea831ee11c Prevent bogus warning on unimplemented setter/getter when user
has added declaration of these methods in its @interface.

llvm-svn: 60803
2008-12-09 22:43:22 +00:00
..
Analysis [static analyzer] Extend VLA size checking to look for undefined sizes. 2008-12-09 00:44:16 +00:00
CodeGen Fix invalid bit-field. 2008-12-06 20:32:39 +00:00
CodeGenObjC Support for implementation of property in the case where 2008-12-09 20:23:04 +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 split into two tests. 2008-11-21 01:04:13 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser Fix PR3172: if we see an eof or } at the top level, reject it. 2008-12-08 21:59:01 +00:00
Preprocessor Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
Rewriter Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with Blocks and properties 2008-12-09 12:56:34 +00:00
Sema Workaround for PR3173. The fix is correct in the sense that if the enum 2008-12-08 02:21:03 +00:00
SemaCXX Add support for calls to dependent names within templates, e.g., 2008-12-06 00:22:45 +00:00
SemaObjC Prevent bogus warning on unimplemented setter/getter when user 2008-12-09 22:43:22 +00:00
SemaObjCXX Add implicit conversions for Objective-C qualified ids, e.g., 2008-11-27 01:19:21 +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