#pragma once #include "errors.h" void ConverToEndDo(SgFile *file, std::vector &messagesForFile); std::vector createIfConditions(std::stack& conds, std::stack& ifBlocks, SgStatement *control); struct SearchInfo { SgExpression *expr; SgStatement *lastSt; bool none; };