Commit
0030b508d072ae4263542ffb6a0ab8ac01add6b2
by j82liang some updates The file was modified doc/proposals/enum.tex
Commit
25f2798eafbbfb4bb8b7940f48998f59c55a7e12
by Peter Buhr latex formatting changes The file was modified doc/proposals/enum.tex
Commit
0bd3faf870391e5ed803287ec0b3c696cfde22b2
by ajbeach Removed forward declarations missed in the BaseSyntaxNode removal. Removed code and modified names to support two versions of the ast. The file was modified src/CodeGen/CodeGeneratorNew.hpp The file was modified src/ResolvExpr/CastCost.cc The file was modified src/Validate/Autogen.cpp The file was modified src/ResolvExpr/AdjustExprType.hpp The file was modified src/InitTweak/FixInitNew.cpp The file was modified src/ResolvExpr/typeops.h The file was modified src/ResolvExpr/Resolver.cc The file was modified src/ResolvExpr/PtrsAssignable.cc The file was modified src/ResolvExpr/AdjustExprType.cc The file was modified src/InitTweak/InitTweak.cc The file was modified src/AST/SymbolTable.cpp The file was modified src/CodeGen/Generate.h The file was modified src/InitTweak/FixGlobalInit.cc The file was modified src/ResolvExpr/ResolveTypeof.cc The file was modified src/SymTab/Mangler.cc The file was modified src/ResolvExpr/ConversionCost.h The file was modified src/ResolvExpr/Resolver.h The file was modified src/InitTweak/GenInit.cc The file was modified src/ResolvExpr/ConversionCost.cc The file was modified src/SymTab/GenImplicitCall.hpp The file was modified src/CodeGen/Generate.cc The file was modified src/InitTweak/InitTweak.h The file was modified src/ResolvExpr/PolyCost.hpp The file was modified src/ResolvExpr/ResolveTypeof.h The file was modified src/ResolvExpr/PtrsCastable.hpp The file was modified src/ResolvExpr/CommonType.cc The file was modified src/SymTab/FixFunction.cc The file was modified src/CodeGen/GenType.cc The file was modified src/ResolvExpr/CandidateFinder.cpp The file was modified src/ResolvExpr/SpecCost.cc The file was modified src/ResolvExpr/PtrsAssignable.hpp The file was modified src/ResolvExpr/Unify.cc The file was modified src/AST/SymbolTable.hpp The file was modified src/ResolvExpr/PolyCost.cc The file was modified src/ResolvExpr/RenameVars.cc The file was modified src/CodeGen/CodeGeneratorNew.cpp The file was modified src/InitTweak/GenInit.h The file was modified src/SymTab/GenImplicitCall.cpp The file was modified src/Tuples/TupleAssignment.cc The file was modified src/ResolvExpr/CastCost.hpp The file was modified src/ResolvExpr/FindOpenVars.cc The file was modified src/ResolvExpr/PtrsCastable.cc
Commit
6ea85b222eba7c3bf49507b5e21dd4709cee46e8
by Peter Buhr remove old enum.md file The file was removed doc/proposals/enum.md
Commit
5625427ee364fc12d70abe159b4e4d038eacf66a
by ajbeach Remove the warning directive from SpecCost, you can't actually use the standard maybe_accept here, it does not allow the user to insert code between visiting elements in a container. The file was modified src/ResolvExpr/SpecCost.cc