# # ChangeLog for src/tests/switch.c # # Generated by Trac 1.2.1 # Apr 27, 2024, 3:30:08 AM Thu, 04 Aug 2016 16:29:54 GMT Peter A. Buhr [8688ce1] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/CaseRangeMutator.cc (deleted) * src/ControlStruct/CaseRangeMutator.h (deleted) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/Mutate.cc (modified) * src/ControlStruct/module.mk (modified) * src/GenPoly/DeclMutator.cc (modified) * src/GenPoly/PolyMutator.cc (modified) * src/Makefile.in (modified) * src/Parser/ExpressionNode.cc (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/SymTab/AddVisit.h (modified) * src/SynTree/AddStmtVisitor.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/Visitor.cc (modified) * src/SynTree/Visitor.h (modified) * src/tests/switch.c (modified) move case-list management into parser Sun, 31 Jul 2016 04:41:25 GMT Peter A. Buhr [057b34f] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/CaseRangeMutator.cc (modified) * src/ControlStruct/CaseRangeMutator.h (modified) * src/tests/switch.c (modified) more case range clean up Sat, 30 Jul 2016 15:37:26 GMT Peter A. Buhr [ac911f4] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/tests/switch.c (modified) case range, second attempt Tue, 12 Jul 2016 22:34:10 GMT Peter A. Buhr [4e06c1e] * src/ControlStruct/CaseRangeMutator.cc (modified) * src/ControlStruct/CaseRangeMutator.h (modified) * src/ControlStruct/ChooseMutator.cc (deleted) * src/ControlStruct/ChooseMutator.h (deleted) * src/ControlStruct/LabelFixer.h (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * src/ControlStruct/Mutate.cc (modified) * src/ControlStruct/module.mk (modified) * src/GenPoly/DeclMutator.cc (modified) * src/GenPoly/DeclMutator.h (modified) * src/GenPoly/PolyMutator.cc (modified) * src/GenPoly/PolyMutator.h (modified) * src/InitTweak/FixInit.cc (modified) * src/Makefile.in (modified) * src/Parser/ParseNode.cc (modified) * src/Parser/StatementNode.cc (modified) * src/Parser/TypeData.cc (modified) * src/Parser/parser.cc (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/Resolver.cc (modified) * src/SymTab/AddVisit.h (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AddStmtVisitor.cc (modified) * src/SynTree/AddStmtVisitor.h (modified) * src/SynTree/Mutator.cc (modified) * src/SynTree/Mutator.h (modified) * src/SynTree/Statement.cc (modified) * src/SynTree/Statement.h (modified) * src/SynTree/SynTree.h (modified) * src/SynTree/Visitor.cc (modified) * src/SynTree/Visitor.h (modified) * src/examples/includes.c (modified) * src/libcfa/iostream (modified) * src/libcfa/iostream.c (modified) * src/tests/switch.c (modified) changes for switch and choose statements Mon, 27 Jun 2016 15:21:32 GMT Thierry Delisle [e757af2] * src/tests/.expect/array.txt (moved) * src/tests/.expect/asmName.txt (moved) * src/tests/.expect/cast.txt (moved) * src/tests/.expect/castError.txt (moved) * src/tests/.expect/constant0-1.txt (moved) * src/tests/.expect/constant0-1DP.txt (moved) * src/tests/.expect/constant0-1ND.txt (moved) * src/tests/.expect/constant0-1NDDP.txt (moved) * src/tests/.expect/declarationErrors.txt (moved) * src/tests/.expect/declarationSpecifier.txt (moved) * src/tests/.expect/enum.txt (moved) * src/tests/.expect/expression.txt (moved) * src/tests/.expect/gccExtensions.txt (moved) * src/tests/.expect/identFuncDeclarator.txt (moved) * src/tests/.expect/identParamDeclarator.txt (moved) * src/tests/.expect/labelledExit.txt (moved) * src/tests/.expect/numericConstants.txt (moved) * src/tests/.expect/operators.txt (moved) * src/tests/.expect/scopeErrors.txt (moved) * src/tests/.expect/shortCircuit.txt (moved) * src/tests/.expect/switch.txt (moved) * src/tests/.expect/typeof.txt (moved) * src/tests/.expect/variableDeclarator.txt (moved) * src/tests/array.c (moved) * src/tests/asmName.c (moved) * src/tests/cast.c (moved) * src/tests/castError.c (moved) * src/tests/charStringConstants.c (moved) * src/tests/commentMisc.c (moved) * src/tests/constant0-1.c (moved) * src/tests/context.c (moved) * src/tests/declarationErrors.c (moved) * src/tests/declarationSpecifier.c (moved) * src/tests/enum.c (moved) * src/tests/exception.c (moved) * src/tests/expression.c (moved) * src/tests/forall.c (moved) * src/tests/functions.c (moved) * src/tests/gccExtensions.c (moved) * src/tests/identFuncDeclarator.c (moved) * src/tests/identParamDeclarator.c (moved) * src/tests/labelledExit.c (moved) * src/tests/namedParmArg.c (moved) * src/tests/numericConstants.c (moved) * src/tests/occursError.c (moved) * src/tests/operators.c (moved) * src/tests/scope.c (moved) * src/tests/scopeErrors.c (moved) * src/tests/shortCircuit.c (moved) * src/tests/structMember.c (moved) * src/tests/subrange.c (moved) * src/tests/switch.c (moved) * src/tests/tuples.c (moved) * src/tests/typeGenerator.c (moved) * src/tests/typedef.c (moved) * src/tests/typedefDeclarator.c (moved) * src/tests/typeof.c (moved) * src/tests/variableDeclarator.c (moved) renamed all tests to lower-case leading character