task-create-implicit-pass #30

Merged
Alexander_KS merged 20 commits from task-create-implicit-pass into master 2024-03-23 08:21:24 +00:00
Showing only changes of commit 3456226e66 - Show all commits

View File

@@ -14,9 +14,9 @@ using std::make_pair;
using std::string;
using std::to_string;
map<char, SgType*> implicit;
set<SgSymbol*> vars;
vector<SgSymbol*> toDecl;
static map<char, SgType*> implicit;
static set<SgSymbol*> vars;
static vector<SgSymbol*> toDecl;
static void InsertToMap(SgType* type, SgExpression* letters) {