clang/test
Ted Kremenek 3b58786f85 Dead stores checker: Don't flag dead stores for self-assignments (common escape hatch for 'unused variable' warnings).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62010 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-09 22:15:01 +00:00
..
Analysis Dead stores checker: Don't flag dead stores for self-assignments (common escape hatch for 'unused variable' warnings). 2009-01-09 22:15:01 +00:00
CodeGen rename these tests to match the attribute. 2009-01-05 23:10:19 +00:00
CodeGenCXX Add codegen support for __null 2008-12-21 22:39:40 +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 Fix rdar://6480479 - [parser] infinite loop on invalid input 2009-01-09 04:34:13 +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 Replace DeclContext's vector of ScopedDecl pointers with a linked list 2009-01-09 19:42:16 +00:00
SemaCXX Very basic support for pure virtual functions. 2009-01-09 19:57:06 +00:00
SemaObjC This patch removes mergeProperties and does the property lookup 2009-01-09 21:04:52 +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
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