llvm-6502/test/C++Frontend
Chris Lattner b895fb06ec Testcase for duplicated cleanup work (PR11). Note that this testcase is not actually
tested automatically, so it is practically useless.  However, it seemed silly to throw
away my testcase, so here it is.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10253 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-29 09:10:50 +00:00
..
2003-08-20-ExceptionFail.cpp Simplify testcase even more 2003-08-20 20:36:09 +00:00
2003-08-21-EmptyClass.cpp Remove name, add body. Causes llvmg++ segfault! 2003-08-22 04:36:12 +00:00
2003-08-24-Cleanup.cpp.tr Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxx 2003-09-30 19:56:36 +00:00
2003-08-27-TypeNamespaces.cpp new old testcase 2003-09-17 05:00:56 +00:00
2003-08-28-ForwardType.cpp NEw testcase 2003-08-29 00:29:55 +00:00
2003-08-28-SaveExprBug.cpp New testcase, not only possible of causing compilation failures, but could 2003-08-29 00:03:45 +00:00
2003-08-29-ArgPassingBug.cpp.tr Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxx 2003-09-30 19:56:36 +00:00
2003-08-31-StructLayout.cpp New testcase for annoying structure layout stuff! 2003-08-31 06:53:05 +00:00
2003-09-22-CompositeExprValue.cpp new testcase that crashes the C++ frontend, found by John 2003-09-22 18:27:20 +00:00
2003-09-29-ArgumentNumberMismatch.cpp Simplify test, include problem analysis 2003-09-29 21:53:04 +00:00
2003-09-30-CommaExprBug.cpp New testcase that was not correctly handled 2003-09-30 21:46:23 +00:00
2003-09-30-ForIncrementExprBug2.cpp This bug is not fixed, but will be in the future eventually 2003-09-30 21:31:25 +00:00
2003-09-30-ForIncrementExprBug.cpp new testcase 2003-09-30 21:29:27 +00:00
2003-09-30-NestedFunctionDecl.cpp New fixed bug, distilled from 252.eon 2003-09-30 15:40:25 +00:00
2003-10-17-BoolBitfields.cpp New testcase for C++ frontend crash 2003-10-17 05:20:51 +00:00
2003-10-21-InnerClass.cpp.tr New testcase, fixed in the C++ frontend 2003-10-21 21:33:18 +00:00
2003-10-27-VirtualBaseClassCrash.cpp New testcase which crashes the C++ FE 2003-10-27 17:51:31 +00:00
2003-11-02-WeakLinkage.cpp.tr The 'thefunc' function should not have weak linkage, it should have linkonce linkage. 2003-11-02 06:30:39 +00:00
2003-11-04-ArrayConstructors.cpp Add a dtor to ensure that they are called the right number of times. 2003-11-05 05:31:24 +00:00
2003-11-04-CatchLabelName.cpp New testcase 2003-11-05 01:36:49 +00:00
2003-11-08-ArrayAddress.cpp.tr Fix0r a test that mistakenly used %llvmg++ instead of %llvmgxx. 2003-11-20 19:51:11 +00:00
2003-11-09-ConstructorTypeSafety.cpp.tr New testcase 2003-11-09 07:05:02 +00:00
2003-11-18-EnumArray.cpp New testcase for PR125 2003-11-18 20:30:00 +00:00
2003-11-18-MemberInitializationCasting.cpp.tr new testcase for PR126 2003-11-18 21:05:55 +00:00
2003-11-18-PtrMemConstantInitializer.cpp Testcase for PR128 2003-11-18 20:24:46 +00:00
2003-11-25-ReturningOpaqueByValue.cpp testcase for PR 148 2003-11-25 08:45:38 +00:00
2003-11-27-MultipleInheritanceThunk.cpp Testcase for PR160 2003-11-28 01:32:03 +00:00
2003-11-29-DuplicatedCleanupTest.cpp Testcase for duplicated cleanup work (PR11). Note that this testcase is not actually 2003-11-29 09:10:50 +00:00