[all-commits] [llvm/llvm-project] 99d785: [flang] Update printing values in dump-parse-tree

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Thu Oct 17 06:51:31 PDT 2024


  Branch: refs/heads/users/kparzysz/spr/a01-dump-parse-tree
  Home:   https://github.com/llvm/llvm-project
  Commit: 99d785ba400e50eaf828b3718c82cd76c932381a
      https://github.com/llvm/llvm-project/commit/99d785ba400e50eaf828b3718c82cd76c932381a
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-10-17 (Thu, 17 Oct 2024)

  Changed paths:
    M flang/include/flang/Parser/dump-parse-tree.h

  Log Message:
  -----------
  [flang] Update printing values in dump-parse-tree

Remove 'if std::string' that is covered by another branch of the
if-statement.
Add printing of 'bool' and 'int' values, since they have corresponding
`GetNodeName` definitions.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list