[all-commits] [llvm/llvm-project] fd08cd: Enumeration Type Sem-1: Foundation types + Parser ...

kwyatt-ext via All-commits all-commits at lists.llvm.org
Fri Apr 17 06:17:10 PDT 2026


  Branch: refs/heads/users/wyattke/enum-sem-1
  Home:   https://github.com/llvm/llvm-project
  Commit: fd08cd19104776a016d95e10e2e10827ffef38ef
      https://github.com/llvm/llvm-project/commit/fd08cd19104776a016d95e10e2e10827ffef38ef
  Author: Kevin Wyatt <kwyatt at hpe.com>
  Date:   2026-04-17 (Fri, 17 Apr 2026)

  Changed paths:
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/include/flang/Semantics/symbol.h
    M flang/include/flang/Semantics/tools.h
    M flang/include/flang/Semantics/type.h
    M flang/lib/Evaluate/type.cpp
    M flang/lib/Lower/ConvertType.cpp
    M flang/lib/Parser/Fortran-parsers.cpp
    M flang/lib/Parser/program-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/lib/Semantics/symbol.cpp
    M flang/lib/Semantics/tools.cpp
    M flang/lib/Semantics/type.cpp

  Log Message:
  -----------
  Enumeration Type Sem-1: Foundation types + Parser (PRs 1-2)

Adds DerivedTypeSpec::Category::EnumerationType to the type system,
parse tree nodes for ENUMERATION TYPE per F2023, and parser/unparser
support. Includes a stub in resolve-names that rejects ENUMERATION TYPE
as 'not yet implemented' (enabled in Sem-2).

Files from original PRs 1-2.


  Commit: 0cc39bbadb352e42a6157174275fb659d665dea7
      https://github.com/llvm/llvm-project/commit/0cc39bbadb352e42a6157174275fb659d665dea7
  Author: Kevin Wyatt <kwyatt at hpe.com>
  Date:   2026-04-17 (Fri, 17 Apr 2026)

  Changed paths:
    A flang/test/Parser/enumeration-type.f90

  Log Message:
  -----------
  Adding a parser test.


Compare: https://github.com/llvm/llvm-project/compare/fd08cd191047%5E...0cc39bbadb35

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