# # ChangeLog for / # # Generated by Trac 1.2.1 # May 13, 2024, 6:19:11 PM Thu, 26 Oct 2017 15:23:26 GMT Rob Schluntz [4ee1efb] * src/Common/utility.h (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Autogen.cc (modified) * src/SymTab/FixFunction.cc (modified) * src/SymTab/FixFunction.h (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) * src/SynTree/Type.h (modified) * src/main.cc (modified) * src/tests/.expect/64/literals.txt (modified) * src/tests/.expect/castError.txt (modified) * src/tests/.expect/polymorphism.txt (modified) * src/tests/.expect/typedefRedef-ERR1.txt (added) * src/tests/.expect/typedefRedef.txt (added) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/polymorphism.c (modified) * src/tests/typedefRedef.c (added) Merge branch 'fix-missing-cast-warning' into cleanup-dtors Wed, 25 Oct 2017 21:28:51 GMT Rob Schluntz [598f50e] * src/tests/.expect/polymorphism.txt (modified) * src/tests/polymorphism.c (modified) Update polymorphism test Wed, 25 Oct 2017 21:28:34 GMT Rob Schluntz [b226721] * src/GenPoly/Specialize.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) Carry forward environment from function to function call Wed, 25 Oct 2017 20:31:58 GMT Rob Schluntz [4573e3c] * src/GenPoly/Box.cc (modified) Fix pointer cast warning Wed, 25 Oct 2017 20:30:16 GMT Rob Schluntz [13a6154] * src/tests/.expect/64/literals.txt (modified) Fix literals test output Wed, 25 Oct 2017 20:25:20 GMT Rob Schluntz [bb666f64] * src/GenPoly/Specialize.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Resolver.cc (modified) Fix polymorphic-to-monomorphic function specialization for casts and ... Wed, 25 Oct 2017 20:07:31 GMT Rob Schluntz [68195a6] * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/Expression.cc (modified) Move inferParams print to Expression Tue, 24 Oct 2017 17:15:56 GMT Rob Schluntz [b45d4b2] * src/ResolvExpr/AlternativeFinder.cc (modified) Infer assertions for cast expressions Tue, 24 Oct 2017 17:09:33 GMT Rob Schluntz [df626eb] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/ApplicationExpr.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/Expression.h (modified) Move inferred parameters to Exception base class Tue, 24 Oct 2017 13:49:30 GMT Rob Schluntz [85d340d] * src/Common/utility.h (modified) * src/main.cc (modified) Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa /cfa-cc Mon, 23 Oct 2017 21:42:43 GMT Rob Schluntz [0e04f59] * src/tests/.expect/castError.txt (modified) Update castError output Mon, 23 Oct 2017 21:41:50 GMT Rob Schluntz [f53836b] * src/SymTab/Validate.cc (modified) Fix error handling for VLA typedefs Mon, 23 Oct 2017 21:39:11 GMT Rob Schluntz [954ef5b] * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SymTab/FixFunction.cc (modified) * src/SymTab/FixFunction.h (modified) Fix array-to-pointer decay to only decay one level Mon, 23 Oct 2017 21:32:48 GMT Rob Schluntz [aeef2bd] * src/ResolvExpr/Unify.cc (modified) Fix unification of VLAs Mon, 23 Oct 2017 21:30:32 GMT Rob Schluntz [99b7d4fc] * src/SynTree/Type.h (modified) Fix isComplete for ArrayType Mon, 23 Oct 2017 21:29:32 GMT Rob Schluntz [70529dc] * src/tests/.expect/typedefRedef-ERR1.txt (added) * src/tests/.expect/typedefRedef.txt (added) * src/tests/Makefile.am (modified) * src/tests/Makefile.in (modified) * src/tests/typedefRedef.c (added) Add typedefRedef test Sun, 22 Oct 2017 19:06:10 GMT Thierry Delisle [af98d27] * src/main.cc (modified) ifdef out attribute fallthrough for older gccs Sun, 22 Oct 2017 17:42:19 GMT Thierry Delisle [2e30d47] * src/Common/utility.h (modified) * src/main.cc (modified) Fixed gcc-7 build Fri, 20 Oct 2017 21:04:11 GMT Rob Schluntz [0b9be4d] * src/tests/multiDimension.c (modified) Update multiDimension test