[all-commits] [llvm/llvm-project] f8bf22: [flang][OpenMP] Frontend support for BEGIN/END MET...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Apr 27 08:32:08 PDT 2026


  Branch: refs/heads/users/kparzysz/delimited-metadirective
  Home:   https://github.com/llvm/llvm-project
  Commit: f8bf2243d820e87a607f72ecded330d027974006
      https://github.com/llvm/llvm-project/commit/f8bf2243d820e87a607f72ecded330d027974006
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/check-omp-metadirective.cpp
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/lib/Semantics/check-omp-structure.h
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Parser/OpenMP/begin-metadirective.f90
    A flang/test/Semantics/OpenMP/begin-metadirective.f90

  Log Message:
  -----------
  [flang][OpenMP] Frontend support for BEGIN/END METADIRECTIVE

This implements parsing of BEGIN/END METADIRECTIVE, plus a minimal
semantic check for the association of a directive in a WHEN/OTHERWISE
clauses.

The same semantic checks for the context selectors apply here as in
the case of a standalone METADIRECTIVE.



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