[all-commits] [llvm/llvm-project] fdcbb5: [flang][NFC] Add debug dump method to evaluate::Ex...

jeanPerier via All-commits all-commits at lists.llvm.org
Thu Sep 30 14:27:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fdcbb540fc5ffbf5faa03c2f10fa88ca2c38f845
      https://github.com/llvm/llvm-project/commit/fdcbb540fc5ffbf5faa03c2f10fa88ca2c38f845
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2021-09-30 (Thu, 30 Sep 2021)

  Changed paths:
    M flang/include/flang/Evaluate/expression.h
    M flang/include/flang/Semantics/symbol.h
    M flang/lib/Evaluate/expression.cpp
    M flang/lib/Semantics/symbol.cpp

  Log Message:
  -----------
  [flang][NFC] Add debug dump method to evaluate::Expr and semantics::Symbol

Helps debugging when working with symbol/expression issue. The dump
method is easy to call in the debugger.

Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>

Differential Revision: https://reviews.llvm.org/D110856




More information about the All-commits mailing list