fixupFileInfoInconsistanties
Checks and fixes up inconsistanties in the settings of Sg_File_Info flags (e.g. isTransformation flag) in the Sg_File_Info object
Synopsis
Declared in <SageIII/astPostProcessing/fixupFileInfoFlags.h>
size_t
fixupFileInfoInconsistanties(SgNode* ast);
Description
We are trying to move the API for setting this into the SgLocatedNode (since there are multiple Sg_File_Info objects (two for each SgStatement, and two to three for each SgExpression).
Parameters
Name |
Description |
ast |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs