Skip to content

fixupSelfReferentialMacrosInAST

Fixup known macros that reference themselves and cause recursive macro expansion in the generated (unparsed) code.

Synopsis

Declared in <SageIII/astPostProcessing/fixupSelfReferentialMacros.h>

void
fixupSelfReferentialMacrosInAST(SgNode* node);

Description

This is a temporary fix until macros are properly re‐wrapped in the unparsed code.

Parameters

Name

Description

node

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

Created with MrDocs