[all-commits] [llvm/llvm-project] df209b: [flang] Make not yet implemented messages more con...

Pete Steinfeld via All-commits all-commits at lists.llvm.org
Thu Mar 24 15:22:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df209b8038f3803621e96799f5c43e9145448e10
      https://github.com/llvm/llvm-project/commit/df209b8038f3803621e96799f5c43e9145448e10
  Author: Peter Steinfeld <psteinfeld at nvidia.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
    M flang/lib/Semantics/expression.cpp
    M flang/lib/Semantics/resolve-names.cpp
    M flang/runtime/edit-output.cpp
    M flang/test/Semantics/struct01.f90

  Log Message:
  -----------
  [flang] Make not yet implemented messages more consistent

To make it easier to find things that are not yet implemented, I'm changing the
messages that appear in the compiler's output to all have the string "not yet
implemented:".

These changes apply to files in the front end.  I have another set of changes
to files in the lowering code.

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




More information about the All-commits mailing list