hanchenye-llvm-project/clang/test
Chris Lattner d13b8b55ca fix rdar://6611778, a redefinition of an interface was causing an
assertion when the ivars and method list was reset into the existing
interface.  To fix this, mark decls as invalid when they are redefined,
and don't insert ivars/methods into invalid decls.

llvm-svn: 65340
2009-02-23 22:00:08 +00:00
..
Analysis retain/release checker: For now don't track the retain count of NSWindow objects (opt for false negatives). 2009-02-23 02:51:29 +00:00
CodeGen Cleanp code with some recent suggestions. 2009-02-22 13:27:11 +00:00
CodeGenCXX Add basic support for C++ name mangling according to the Itanium C++ 2009-02-13 00:10:09 +00:00
CodeGenObjC Correctly encode incomplete and variable length arrays. Fixes PR3639. 2009-02-22 01:38:57 +00:00
Coverage Support va_arg on _Complex. 2009-02-10 03:03:30 +00:00
Driver just remove this insane testcase :) 2009-02-08 19:44:51 +00:00
Lexer Fix PR2477 - clang misparses "//*" in C89 mode 2009-01-16 22:39:25 +00:00
Misc Fix rdar://6562329, a static analyzer crash Ted noticed on 2009-02-13 19:33:24 +00:00
Parser Fix <rdar://problem/6500554> missing objc error message. 2009-02-20 22:59:16 +00:00
Preprocessor fix PR3579: __LINE__ expands to the presumed location of the 2009-02-15 21:06:15 +00:00
Rewriter Extend builtin "attribute" syntax to include a notation for 2009-02-14 00:32:47 +00:00
Sema fix rdar://6611778, a redefinition of an interface was causing an 2009-02-23 22:00:08 +00:00
SemaCXX Fix a long standard problem with clang retaining "too much" sugar 2009-02-19 23:45:49 +00:00
SemaObjC fix rdar://6611778, a redefinition of an interface was causing an 2009-02-23 22:00:08 +00:00
SemaObjCXX When inside an Objective-C++ method, name lookup should look into the 2009-02-16 19:28:42 +00:00
SemaTemplate Fix a long standard problem with clang retaining "too much" sugar 2009-02-19 23:45:49 +00:00
Serialization true is pass, false is success. 2009-02-03 07:28:12 +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