Helps debugging when working with symbol/expression issue. The dump
method is easy to call in the debugger.
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Paths
| Differential D110856
[flang][NFC] Add debug dump method to evaluate::Expr and semantics::Symbol ClosedPublic Authored by jeanPerier on Sep 30 2021, 10:10 AM.
Details Summary Helps debugging when working with symbol/expression issue. The dump Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 30 2021, 10:19 AM Closed by commit rGfdcbb540fc5f: [flang][NFC] Add debug dump method to evaluate::Expr and semantics::Symbol (authored by jeanPerier). · Explain WhySep 30 2021, 2:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 376370 flang/include/flang/Evaluate/expression.h
flang/include/flang/Semantics/symbol.h
flang/lib/Evaluate/expression.cpp
flang/lib/Semantics/symbol.cpp
|
This inclusion could be conditional to reduce dependencies in non-debug builds.