Skip to content

SageBuilder::errorCheckingTargetAST

Error checking the inserted snippet AST.

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
void
errorCheckingTargetAST(
    SgNode* node_copy,
    SgNode* node_original,
    SgFile* targetFile,
    bool failOnWarning);

Parameters

Name

Description

node_copy

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

node_original

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

targetFile

This class represents a source file for a project (which may contian

Created with MrDocs