aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-26 23:49:39 +0000
committerEric Christopher <echristo@apple.com>2011-07-26 23:49:39 +0000
commite927dc654f4d9529bd13783680636cb0db0eb852 (patch)
tree3cabfda420d2a0dc0abe391ac0f3700b3ef5451e
parent00005782fa860f4b48b3b5261d92541c61ee2495 (diff)
Remove test/FrontendC, almost all of the tests have been migrated
to clang now, the rest are in process (6) or have been deleted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136191 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/FrontendC/2002-01-23-LoadQISIReloadFailure.c11
-rw-r--r--test/FrontendC/2002-01-24-ComplexSpaceInType.c11
-rw-r--r--test/FrontendC/2002-01-24-HandleCallInsnSEGV.c9
-rw-r--r--test/FrontendC/2002-02-13-ConditionalInCall.c11
-rw-r--r--test/FrontendC/2002-02-13-ReloadProblem.c18
-rw-r--r--test/FrontendC/2002-02-13-TypeVarNameCollision.c16
-rw-r--r--test/FrontendC/2002-02-13-UnnamedLocal.c21
-rw-r--r--test/FrontendC/2002-02-14-EntryNodePreds.c37
-rw-r--r--test/FrontendC/2002-02-16-RenamingTest.c18
-rw-r--r--test/FrontendC/2002-02-17-ArgumentAddress.c39
-rw-r--r--test/FrontendC/2002-02-18-64bitConstant.c10
-rw-r--r--test/FrontendC/2002-02-18-StaticData.c13
-rw-r--r--test/FrontendC/2002-03-11-LargeCharInString.c10
-rw-r--r--test/FrontendC/2002-03-12-ArrayInitialization.c19
-rw-r--r--test/FrontendC/2002-03-12-StructInitialize.c14
-rw-r--r--test/FrontendC/2002-03-12-StructInitializer.c18
-rw-r--r--test/FrontendC/2002-03-14-BrokenPHINode.c19
-rw-r--r--test/FrontendC/2002-03-14-BrokenSSA.c17
-rw-r--r--test/FrontendC/2002-03-14-QuotesInStrConst.c10
-rw-r--r--test/FrontendC/2002-04-07-SwitchStmt.c22
-rw-r--r--test/FrontendC/2002-04-08-LocalArray.c14
-rw-r--r--test/FrontendC/2002-04-09-StructRetVal.c12
-rw-r--r--test/FrontendC/2002-04-10-StructParameters.c25
-rw-r--r--test/FrontendC/2002-05-23-StaticValues.c15
-rw-r--r--test/FrontendC/2002-05-23-TypeNameCollision.c19
-rw-r--r--test/FrontendC/2002-05-24-Alloca.c11
-rw-r--r--test/FrontendC/2002-06-25-FWriteInterfaceFailure.c7
-rw-r--r--test/FrontendC/2002-07-14-MiscListTests.c71
-rw-r--r--test/FrontendC/2002-07-14-MiscTests.c57
-rw-r--r--test/FrontendC/2002-07-14-MiscTests2.c13
-rw-r--r--test/FrontendC/2002-07-14-MiscTests3.c187
-rw-r--r--test/FrontendC/2002-07-16-HardStringInit.c8
-rw-r--r--test/FrontendC/2002-07-17-StringConstant.c4
-rw-r--r--test/FrontendC/2002-07-29-Casts.c86
-rw-r--r--test/FrontendC/2002-07-30-SubregSetAssertion.c12
-rw-r--r--test/FrontendC/2002-07-30-UnionTest.c22
-rw-r--r--test/FrontendC/2002-07-30-VarArgsCallFailure.c8
-rw-r--r--test/FrontendC/2002-07-31-BadAssert.c16
-rw-r--r--test/FrontendC/2002-07-31-SubregFailure.c14
-rw-r--r--test/FrontendC/2002-08-02-UnionTest.c19
-rw-r--r--test/FrontendC/2002-08-19-RecursiveLocals.c18
-rw-r--r--test/FrontendC/2002-09-08-PointerShifts.c6
-rw-r--r--test/FrontendC/2002-09-18-UnionProblem.c26
-rw-r--r--test/FrontendC/2002-09-19-StarInLabel.c9
-rw-r--r--test/FrontendC/2002-10-12-TooManyArguments.c8
-rw-r--r--test/FrontendC/2002-12-15-GlobalBoolTest.c5
-rw-r--r--test/FrontendC/2002-12-15-GlobalConstantTest.c8
-rw-r--r--test/FrontendC/2002-12-15-GlobalRedefinition.c5
-rw-r--r--test/FrontendC/2002-12-15-StructParameters.c18
-rw-r--r--test/FrontendC/2003-01-30-UnionInit.c8
-rw-r--r--test/FrontendC/2003-03-03-DeferredType.c12
-rw-r--r--test/FrontendC/2003-06-22-UnionCrash.c13
-rw-r--r--test/FrontendC/2003-06-23-GCC-fold-infinite-recursion.c6
-rw-r--r--test/FrontendC/2003-06-26-CFECrash.c19
-rw-r--r--test/FrontendC/2003-06-29-MultipleFunctionDefinition.c8
-rw-r--r--test/FrontendC/2003-07-22-ArrayAccessTypeSafety.c7
-rw-r--r--test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c14
-rw-r--r--test/FrontendC/2003-08-17-DeadCodeShortCircuit.c7
-rw-r--r--test/FrontendC/2003-08-18-SigSetJmp.c10
-rw-r--r--test/FrontendC/2003-08-18-StructAsValue.c11
-rw-r--r--test/FrontendC/2003-08-20-BadBitfieldRef.c8
-rw-r--r--test/FrontendC/2003-08-20-PrototypeMismatch.c15
-rw-r--r--test/FrontendC/2003-08-20-vfork-bug.c6
-rw-r--r--test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c10
-rw-r--r--test/FrontendC/2003-08-21-StmtExpr.c12
-rw-r--r--test/FrontendC/2003-08-21-WideString.c7
-rw-r--r--test/FrontendC/2003-08-23-LocalUnionTest.c11
-rw-r--r--test/FrontendC/2003-08-29-BitFieldStruct.c13
-rw-r--r--test/FrontendC/2003-08-29-HugeCharConst.c5
-rw-r--r--test/FrontendC/2003-08-29-StructLayoutBug.c10
-rw-r--r--test/FrontendC/2003-08-30-AggregateInitializer.c16
-rw-r--r--test/FrontendC/2003-08-30-LargeIntegerBitfieldMember.c9
-rw-r--r--test/FrontendC/2003-09-18-BitfieldTests.c30
-rw-r--r--test/FrontendC/2003-09-30-StructLayout.c18
-rw-r--r--test/FrontendC/2003-10-02-UnionLValueError.c13
-rw-r--r--test/FrontendC/2003-10-06-NegateExprType.c8
-rw-r--r--test/FrontendC/2003-10-09-UnionInitializerBug.c17
-rw-r--r--test/FrontendC/2003-10-28-ident.c4
-rw-r--r--test/FrontendC/2003-10-29-AsmRename.c22
-rw-r--r--test/FrontendC/2003-11-01-C99-CompoundLiteral.c8
-rw-r--r--test/FrontendC/2003-11-01-EmptyStructCrash.c6
-rw-r--r--test/FrontendC/2003-11-01-GlobalUnionInit.c7
-rw-r--r--test/FrontendC/2003-11-03-AddrArrayElement.c11
-rw-r--r--test/FrontendC/2003-11-04-EmptyStruct.c6
-rw-r--r--test/FrontendC/2003-11-04-OutOfMemory.c9
-rw-r--r--test/FrontendC/2003-11-08-PointerSubNotGetelementptr.c9
-rw-r--r--test/FrontendC/2003-11-12-VoidString.c4
-rw-r--r--test/FrontendC/2003-11-13-TypeSafety.c5
-rw-r--r--test/FrontendC/2003-11-16-StaticArrayInit.c8
-rw-r--r--test/FrontendC/2003-11-18-CondExprLValue.c9
-rw-r--r--test/FrontendC/2003-11-19-AddressOfRegister.c12
-rw-r--r--test/FrontendC/2003-11-19-BitFieldArray.c12
-rw-r--r--test/FrontendC/2003-11-20-Bitfields.c12
-rw-r--r--test/FrontendC/2003-11-20-ComplexDivision.c7
-rw-r--r--test/FrontendC/2003-11-20-UnionBitfield.c12
-rw-r--r--test/FrontendC/2003-11-26-PointerShift.c6
-rw-r--r--test/FrontendC/2003-11-27-ConstructorCast.c14
-rw-r--r--test/FrontendC/2003-11-27-UnionCtorInitialization.c16
-rw-r--r--test/FrontendC/2003-12-14-ExternInlineSupport.c3
-rw-r--r--test/FrontendC/2004-01-01-UnknownInitSize.c14
-rw-r--r--test/FrontendC/2004-01-08-ExternInlineRedefine.c14
-rw-r--r--test/FrontendC/2004-02-12-LargeAggregateCopy.c8
-rw-r--r--test/FrontendC/2004-02-13-BuiltinFrameReturnAddress.c8
-rw-r--r--test/FrontendC/2004-02-13-IllegalVararg.c13
-rw-r--r--test/FrontendC/2004-02-13-Memset.c9
-rw-r--r--test/FrontendC/2004-02-14-ZeroInitializer.c4
-rw-r--r--test/FrontendC/2004-02-20-Builtins.c8
-rw-r--r--test/FrontendC/2004-03-07-ComplexDivEquals.c6
-rw-r--r--test/FrontendC/2004-03-07-ExternalConstant.c7
-rw-r--r--test/FrontendC/2004-03-09-LargeArrayInitializers.c32
-rw-r--r--test/FrontendC/2004-03-15-SimpleIndirectGoto.c23
-rw-r--r--test/FrontendC/2004-03-16-AsmRegisterCrash.c10
-rw-r--r--test/FrontendC/2004-05-07-VarArrays.c5
-rw-r--r--test/FrontendC/2004-05-21-IncompleteEnum.c5
-rw-r--r--test/FrontendC/2004-06-08-OpaqueStructArg.c7
-rw-r--r--test/FrontendC/2004-06-17-UnorderedBuiltins.c24
-rw-r--r--test/FrontendC/2004-06-17-UnorderedCompares.c21
-rw-r--r--test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c10
-rw-r--r--test/FrontendC/2004-07-06-FunctionCast.c10
-rw-r--r--test/FrontendC/2004-08-06-LargeStructTest.c19
-rw-r--r--test/FrontendC/2004-11-25-UnnamedBitfieldPadding.c8
-rw-r--r--test/FrontendC/2004-11-27-InvalidConstantExpr.c10
-rw-r--r--test/FrontendC/2004-11-27-StaticFunctionRedeclare.c15
-rw-r--r--test/FrontendC/2004-11-27-VariableSizeInStructure.c11
-rw-r--r--test/FrontendC/2005-01-02-ConstantInits.c24
-rw-r--r--test/FrontendC/2005-01-02-PointerDifference.c3
-rw-r--r--test/FrontendC/2005-01-02-VAArgError-ICE.c10
-rw-r--r--test/FrontendC/2005-02-20-AggregateSAVEEXPR.c19
-rw-r--r--test/FrontendC/2005-02-27-MarkGlobalConstant.c10
-rw-r--r--test/FrontendC/2005-03-05-OffsetOfHack.c12
-rw-r--r--test/FrontendC/2005-03-06-OffsetOfStructCrash.c14
-rw-r--r--test/FrontendC/2005-03-11-Prefetch.c6
-rw-r--r--test/FrontendC/2005-04-09-ComplexOps.c9