# # ChangeLog for src/AST # # Generated by Trac 1.6 # Apr 29, 2026, 5:32:22 AM Thu, 09 May 2019 17:34:38 GMT Andrew Beach [ee7a29f] * src/AST/Fwd.hpp (added) Added a draft of the ast forward file, including all node names. Wed, 08 May 2019 20:19:13 GMT Thierry Delisle [6a625de] * src/AST/Node.hpp (modified) * src/Common/Assert.cc (modified) * src/Common/PassVisitor.impl.h (modified) * src/Common/PassVisitor.proto.h (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/include/cassert (modified) * src/main.cc (modified) Some clean-up, some more assertions to check assumptions and changes ... Wed, 08 May 2019 14:27:04 GMT Thierry Delisle [cedb545] * src/AST/Node.hpp (added) Added base class for new AST nodes