aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/UnitTests/2003-05-07-VarArgs.c
AgeCommit message (Expand)Author
2003-05-30Remove pointer printing and use of uninitialized structureChris Lattner
2003-05-30Test for va_arg support for aggregatesChris Lattner
2003-05-27Revert the last revision which is stopping the nightly tester. :(Chris Lattner
2003-05-25Uncomment out code, fix misleading comment.Chris Lattner
2003-05-25Add tests for passing structures by value through varargs.Vikram Adve
2003-05-08Beef up the test a bitChris Lattner
2003-05-08Add a test for va_copy as wellChris Lattner
2003-05-07New testcase for variable argument handling stuffChris Lattner