[flang-commits] [flang] [flang] Updated the parsing structure of some OpenAcc constructs to give better/more uniform inspection (PR #138076)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Tue May 6 13:14:59 PDT 2025
================
@@ -57,11 +57,15 @@ class ParseTreeDumper {
NODE(format, IntrinsicTypeDataEditDesc)
NODE(format::IntrinsicTypeDataEditDesc, Kind)
NODE(parser, Abstract)
+ NODE(parser, AccAtomicCaptureDirective)
----------------
klausler wrote:
These used to be in alphabetic order. Now they are not.
https://github.com/llvm/llvm-project/pull/138076
More information about the flang-commits
mailing list