[all-commits] [llvm/llvm-project] b81c50: [flang] add -flang-experimental-polymorphism flag ...

David Truby via All-commits all-commits at lists.llvm.org
Thu Jun 22 08:21:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b81c5070d5451af127b2c9c2ae362ba1b0a96c01
      https://github.com/llvm/llvm-project/commit/b81c5070d5451af127b2c9c2ae362ba1b0a96c01
  Author: David Truby <david at truby.dev>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/Flang.cpp
    M flang/lib/Frontend/CompilerInvocation.cpp
    M flang/test/Driver/driver-help-hidden.f90
    A flang/test/Driver/flang-experimental-polymorphism-flag.f90
    M flang/test/Driver/frontend-forwarding.f90

  Log Message:
  -----------
  [flang] add -flang-experimental-polymorphism flag to flang-new

This flag enables Fortran 2003 polymorphism. It is marked experimental
and not included in --help.

Reviewed By: tblah, awarzynski

Differential Revision: https://reviews.llvm.org/D153281




More information about the All-commits mailing list