Skip to content

markTransformationsForOutput

Fixups transformations (which are often marked at a high level and need to be marked properly through their subtree).

Synopsis

Declared in <SageIII/astPostProcessing/markTransformationsForOutput.h>

void
markTransformationsForOutput(SgNode* node);

Description

All transformations should be output into the source file.

This might have to be modified when we unparse header files!

  \todo Talk to Rich about how this might effect unparsing of header files.

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs