[all-commits] [llvm/llvm-project] a8d506: [flang][OpenMP] Rename enum OmpxHold to Ompx_Hold ...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Tue Oct 22 14:24:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8d506b32046636f462c8a637a8d2e0443622b00
      https://github.com/llvm/llvm-project/commit/a8d506b32046636f462c8a637a8d2e0443622b00
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-10-22 (Tue, 22 Oct 2024)

  Changed paths:
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Lower/OpenMP/Clauses.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/test/Parser/OpenMP/map-modifiers.f90

  Log Message:
  -----------
  [flang][OpenMP] Rename enum OmpxHold to Ompx_Hold in parser (#113366)

The convention is to use enum names that match the source spelling (up
to upper/lower case), including names with underscores.

Remove the special case from unparser, update tests.



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