# # ChangeLog for src/AST/Util.cpp # # Generated by Trac 1.2.1 # Jun 4, 2024, 12:26:49 PM Wed, 11 May 2022 20:22:38 GMT Andrew Beach [7675f58] * src/AST/Util.cpp (modified) * src/Common/CodeLocationTools.cpp (modified) Labels on statements (not all Labels in the AST) now have all their ... Wed, 11 May 2022 15:33:21 GMT Andrew Beach [3f681b1] * src/AST/Label.hpp (modified) * src/AST/Node.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/AST/Util.cpp (modified) * src/ControlStruct/MultiLevelExit.cpp (modified) Added the new invariant checks. There seems to be a few unset ... Tue, 15 Mar 2022 14:14:05 GMT Andrew Beach [33b7d49] * src/AST/Util.cpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Common/CodeLocationTools.hpp (modified) * src/ControlStruct/ExceptTranslateNew.cpp (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInitNew.cpp (modified) * src/main.cc (modified) * tests/collections/.expect/vector-err-pass-perm-it-byval.txt (modified) Added another check to checkInvariants for code locations. I also ... Fri, 18 Feb 2022 14:45:23 GMT Andrew Beach [f69fac7] * src/AST/AssertAcyclic.cpp (deleted) * src/AST/AssertAcyclic.hpp (deleted) * src/AST/Util.cpp (added) * src/AST/Util.hpp (added) * src/AST/module.mk (modified) Got the Util module started by moving over the unused AssertAcyclic pass.