# # ChangeLog for src/SynTree/Label.h # # Generated by Trac 1.2.1 # May 20, 2024, 8:05:00 PM Wed, 29 Jun 2016 16:41:56 GMT Rob Schluntz [4b2589a] * src/CodeGen/CodeGenerator.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/SynTree/Label.h (modified) clean up comments, remove dead code Thu, 23 Jun 2016 16:16:45 GMT Rob Schluntz [23b6f4d7] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/SynTree/Label.h (added) change Label type from std::string to a custom Label class, link ...