llvm-project/clang/test
Chris Lattner 4a80a59b6e Fix va_arg handling to do argument decaying at the correct place. This
fixes problems handling references of va_list, which happens on x86_64.
This fixes PR2841 and rdar://6252231

llvm-svn: 56809
2008-09-29 22:28:25 +00:00
..
Analysis Add more control-flow to test case. 2008-09-26 23:05:47 +00:00
CodeGen Fix function-attributes test case to not rely on llvm-gcc. 2008-09-27 00:44:01 +00:00
CodeGenObjC Add more testing of Obj-C property synthesis. 2008-09-24 18:00:13 +00:00
Lexer Test case for previous commit (Workaround gcc bug causing crash on our 2008-09-05 03:23:51 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser Parser support for prefix __attribute__ on @protocol. 2008-09-26 04:48:09 +00:00
Preprocessor testcase for my previous patch. 2008-09-26 18:07:51 +00:00
Rewriter Teach block rewriter to replace '^' with '*' in VarDecls. 2008-09-23 19:24:41 +00:00
Sema Fix va_arg handling to do argument decaying at the correct place. This 2008-09-29 22:28:25 +00:00
SemaCXX Give string literals const element typesin C++, and cope with the deprecated C++ conversion from a string literal to a pointer-to-non-const-character 2008-09-12 00:47:35 +00:00
SemaObjC Fix <rdar://problem/6253149> property declaration doesn't declare getter and setter. 2008-09-29 14:20:56 +00:00
SemaObjCXX Add carbon.cpp and cocoa.mm tests 2008-08-23 22:21:00 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Another attempt to make test/Makefile return correct error code. 2008-09-17 18:08:07 +00:00
TestRunner.sh Remove automagic substitution of %llvmgcc 2008-09-27 00:47:03 +00:00