[all-commits] [llvm/llvm-project] 2c9359: [flang] Update printing values in dump-parse-tree ...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Oct 17 10:50:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c93598b32c217c605dc4eeea8e37eae2ba5799a
https://github.com/llvm/llvm-project/commit/2c93598b32c217c605dc4eeea8e37eae2ba5799a
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
M flang/test/Parser/OpenMP/allocate-tree.f90
Log Message:
-----------
[flang] Update printing values in dump-parse-tree (#112709)
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