AstWarnings
This is a mechanism for reporting warnings about the AST, subtrees, and IR nodes.
Synopsis
Declared in <src/midend/astDiagnostics/AstWarnings.h>
class AstWarnings
: public SgSimpleProcessing
Base Classes
Name |
Description |
Types
Member Functions
Name |
Description |
|
Default constructor |
|
Destructor |
Protected Member Functions
Name |
|
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