llvm-project/clang/test
Douglas Gregor 0e55853639 Implement semantic checking for template arguments that correspond to
pointer-to-member-data non-type template parameters. Also, get
consistent about what it means to returned a bool from
CheckTemplateArgument.

llvm-svn: 64305
2009-02-11 16:16:59 +00:00
..
Analysis Add another test case for the MissingDealloc checker. 2009-02-10 23:41:52 +00:00
CodeGen finish off codegen support for sub of pointer to functions, 2009-02-11 07:21:43 +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 Use -fnext-runtime for this test. 2009-02-04 00:03:15 +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 bogus run line. 2008-08-18 19:54:48 +00:00
Parser Implement parsing, semantic analysis and ASTs for default template 2009-02-10 19:49:53 +00:00
Preprocessor Add an implementation of -dM that follows GCC closely enough to permit 2009-02-06 06:45:26 +00:00
Rewriter Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again. 2008-12-23 20:11:22 +00:00
Sema testcase for rdar://6096412 which already works. 2009-02-11 06:22:30 +00:00
SemaCXX Update new expression to make use of Declarator::getSourceRange(). 2009-02-09 18:24:27 +00:00
SemaObjC Make Sema::getTypeName return the opaque pointer of a QualType rather 2009-02-09 15:09:02 +00:00
SemaObjCXX id<Foo> is a POD type. 2009-02-09 21:53:01 +00:00
SemaTemplate Implement semantic checking for template arguments that correspond to 2009-02-11 16:16:59 +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