Skip to content

AstWarnings

This is a mechanism for reporting warnings about the AST, subtrees, and IR nodes.

Synopsis

Declared in <src/midend/astDiagnostics/AstWarnings.h>

Base Classes

Name

Description

SgSimpleProcessing

Member Functions

Name

Description

AstWarnings [constructor]

Default constructor

~AstWarnings [destructor] [virtual]

Destructor

Protected Member Functions

Name

outputWarnings

visit [virtual]

Description

Possible problems with the AST which constitute concerns but not fatal errors are reported. Such information includes: ‐#) shared nodes, ‐#) nodes with default file source position imformation ‐#) ...

Created with MrDocs