cleanup
This commit is contained in:
@@ -1175,7 +1175,7 @@ static bool runAnalysis(SgProject &project, const int curr_regime, const bool ne
|
||||
else if (curr_regime == CONVERT_TO_C)
|
||||
covertToC(file);
|
||||
else if (curr_regime == SET_IMPLICIT_NONE)
|
||||
ImplicitCheck(file);
|
||||
implicitCheck(file);
|
||||
else if (curr_regime == INSERT_NO_DISTR_FLAGS_FROM_GUI)
|
||||
addPrivatesToArraysFromGUI(file, declaredArrays, distrStateFromGUI);
|
||||
else if (curr_regime == REMOVE_DEAD_CODE)
|
||||
|
||||
@@ -179,7 +179,7 @@ static map<char, SgType*> FunctionImplicitCheck(SgStatement* function, const map
|
||||
return types;
|
||||
}
|
||||
|
||||
void ImplicitCheck(SgFile* file)
|
||||
void implicitCheck(SgFile* file)
|
||||
{
|
||||
map<SgStatement*, map<char, SgType*>> typesByFunctions;
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
void ImplicitCheck(SgFile* file);
|
||||
void implicitCheck(SgFile* file);
|
||||
Reference in New Issue
Block a user