Class AstWarnings#
Defined in File AstWarnings.h
Inheritance Relationships#
Base Type#
public SgSimpleProcessing(Class SgSimpleProcessing)
Class Documentation#
-
class AstWarnings : public SgSimpleProcessing#
This is a mechanism for reporting warnings about the AST, subtrees, and IR nodes.
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 -#) …